#B22B78

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

Shades of Medium Red Violet #B22B78

Tints of Medium Red Violet #B22B78

Color information

#B22B78 (or 0xB22B78) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 78. RGB value is (178,43,120). Sum of RGB (Red+Green+Blue) = 178+43+120=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B78 is #4DD487. Grayscale: #5B5B5B. Windows color (decimal): -5100680 or 7875506. OLE color: 7875506.

HSL color Cylindrical-coordinate representation of color #B22B78: hue angle of 325.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B78 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17843120-
CMYK00.760.330.30
HSL325.78º61.09%43.33%-
HSV(B)325.78º75.84%69.8%-
XYZ22.6112.5519-
YUV92.14143.73189.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=52.20%
G=12.61%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784312000.760.330.30325.7861.0943.33
HexB22B7804C211E1463d2b
Octal26253170011441365067553
Binary1011001010101111110000100110010000111110101000110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B78; }

 p { color: rgb(178,43,120); }

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

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

 a { background-color: rgb(178,43,120); }

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

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

 span { border-color: rgb(178,43,120); }

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