#B82CA5

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

Shades of Medium Red Violet #B82CA5

Tints of Medium Red Violet #B82CA5

Color information

#B82CA5 (or 0xB82CA5) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2C and A5. RGB value is (184,44,165). Sum of RGB (Red+Green+Blue) = 184+44+165=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B82CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82CA5 is #47D35A. Grayscale: #636363. Windows color (decimal): -4707163 or 10824888. OLE color: 10824888.

HSL color Cylindrical-coordinate representation of color #B82CA5: hue angle of 308.14º 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 #B82CA5 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18444165-
CMYK00.760.100.28
HSL308.14º61.4%44.71%-
HSV(B)308.14º76.09%72.16%-
XYZ27.4614.7136.99-
YUV99.65164.88188.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 44 (17.58% from 255) = 11.20%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=46.82%
G=11.20%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844416500.760.100.28308.1461.444.71
HexB82CA504CA1C1343d2d
Octal27054245011412344647555
Binary101110001011001010010101001100101011100100110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82CA5; }

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

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

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

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

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

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

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

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