#B22B7E

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

Shades of Medium Red Violet #B22B7E

Tints of Medium Red Violet #B22B7E

Color information

#B22B7E (or 0xB22B7E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2B and 7E. RGB value is (178,43,126). Sum of RGB (Red+Green+Blue) = 178+43+126=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B7E is #4DD481. Grayscale: #5C5C5C. Windows color (decimal): -5100674 or 8268722. OLE color: 8268722.

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

Color convert

RGB17843126-
CMYK00.760.290.30
HSL323.11º61.09%43.33%-
HSV(B)323.11º75.84%69.8%-
XYZ22.9912.720.98-
YUV92.83146.73188.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=51.30%
G=12.39%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784312600.760.290.30323.1161.0943.33
HexB22B7E04C1D1E1433d2b
Octal26253176011435365037553
Binary101100101010111111110010011001110111110101000011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B7E; }

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

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

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

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

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

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

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

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