#B8217A

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

Shades of Medium Red Violet #B8217A

Tints of Medium Red Violet #B8217A

Color information

#B8217A (or 0xB8217A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 21 and 7A. RGB value is (184,33,122). Sum of RGB (Red+Green+Blue) = 184+33+122=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8217A is #47DE85. Grayscale: #585858. Windows color (decimal): -4710022 or 8004024. OLE color: 8004024.

HSL color Cylindrical-coordinate representation of color #B8217A: hue angle of 324.64º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8217A is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18433122-
CMYK00.820.340.28
HSL324.64º69.59%42.55%-
HSV(B)324.64º82.07%72.16%-
XYZ23.8212.6819.6-
YUV88.3147.03196.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=54.28%
G=9.73%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843312200.820.340.28324.6469.5942.55
HexB8217A052221C145462b
Octal270411720122423450510653
Binary10111000100001111101001010010100010111001010001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8217A; }

 p { color: rgb(184,33,122); }

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

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

 a { background-color: rgb(184,33,122); }

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

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

 span { border-color: rgb(184,33,122); }

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