#B22885

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

Shades of Medium Red Violet #B22885

Tints of Medium Red Violet #B22885

Color information

#B22885 (or 0xB22885) is unknown color: approx Medium Red Violet. HEX triplet: B2, 28 and 85. RGB value is (178,40,133). Sum of RGB (Red+Green+Blue) = 178+40+133=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B22885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22885 is #4DD77A. Grayscale: #5B5B5B. Windows color (decimal): -5101435 or 8726706. OLE color: 8726706.

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

Color convert

RGB17840133-
CMYK00.780.250.30
HSL319.57º63.3%42.75%-
HSV(B)319.57º77.53%69.8%-
XYZ23.3512.6823.41-
YUV91.86151.22189.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 40 (16.02% from 255) = 11.40%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=50.71%
G=11.40%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784013300.780.250.30319.5763.342.75
HexB2288504E191E1403f2b
Octal26250205011631365007753
Binary1011001010100010000101010011101100111110101000000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22885; }

 p { color: rgb(178,40,133); }

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

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

 a { background-color: rgb(178,40,133); }

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

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

 span { border-color: rgb(178,40,133); }

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