#B22B8E

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

Shades of Medium Red Violet #B22B8E

Tints of Medium Red Violet #B22B8E

Color information

#B22B8E (or 0xB22B8E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 8E. RGB value is (178,43,142). Sum of RGB (Red+Green+Blue) = 178+43+142=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22B8E is #4DD471. Grayscale: #5E5E5E. Windows color (decimal): -5100658 or 9317298. OLE color: 9317298.

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

Color convert

RGB17843142-
CMYK00.760.200.30
HSL316º61.09%43.33%-
HSV(B)316º75.84%69.8%-
XYZ24.1113.1526.86-
YUV94.65154.73187.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 43 (17.19% from 255) = 11.85%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=49.04%
G=11.85%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784314200.760.200.3031661.0943.33
HexB22B8E04C141E13c3d2b
Octal26253216011424364747553
Binary1011001010101110001110010011001010011110100111100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B8E; }

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

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

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

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

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

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

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

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