#b82ca8

Color #B82CA8 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B82CA8

Tints of Medium Red Violet #B82CA8

Color information

#B82CA8 (or 0xB82CA8) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2C and A8. RGB value is (184,44,168). Sum of RGB (Red+Green+Blue) = 184+44+168=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B82CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82CA8 is #47D357. Grayscale: #636363. Windows color (decimal): -4707160 or 11021496. OLE color: 11021496.

HSL color Cylindrical-coordinate representation of color #B82CA8: hue angle of 306.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82CA8 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB18444168-
CMYK00.760.090.28
HSL306.86º61.4%44.71%-
HSV(B)306.86º76.09%72.16%-
XYZ27.7414.8238.44-
YUV100166.38187.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 44 (17.58% from 255) = 11.11%
BLUE value IS 168 (66.02% from 255) = 42.42%
R=46.46%
G=11.11%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844416800.760.090.28306.8661.444.71
HexB82CA804C91C1333d2d
Octal27054250011411344637555
Binary101110001011001010100001001100100111100100110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82ca8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82ca8; }

 p { color: rgb(184,44,168); }

 H1.HeaderClassName
 {
   color: #b82ca8;
 }
 .AnyTagClassName
 {
   color: #b82ca8;
 }
</style>
background-color css

<style>
 a { background-color: #b82ca8; }

 a { background-color: rgb(184,44,168); }

 div.DivClassName
 {
   background-color: #b82ca8;
 }
 .BgClassName
 {
   background-color: #b82ca8;
 }
</style>
border-color css

<style>
 span { border-color: #b82ca8; }

 span { border-color: rgb(184,44,168); }

 td.TdClassName
 {
   border-color: #b82ca8;
 }
 .TagClassName
 {
   border-color: #b82ca8;
 }
</style>