#B2217E

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

Shades of Medium Red Violet #B2217E

Tints of Medium Red Violet #B2217E

Color information

#B2217E (or 0xB2217E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 21 and 7E. RGB value is (178,33,126). Sum of RGB (Red+Green+Blue) = 178+33+126=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2217E is #4DDE81. Grayscale: #565656. Windows color (decimal): -5103234 or 8266162. OLE color: 8266162.

HSL color Cylindrical-coordinate representation of color #B2217E: hue angle of 321.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2217E is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17833126-
CMYK00.810.290.30
HSL321.52º68.72%41.37%-
HSV(B)321.52º81.46%69.8%-
XYZ22.6712.0620.87-
YUV86.96150.04192.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=52.82%
G=9.79%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783312600.810.290.30321.5268.7241.37
HexB2217E0511D1E1424529
Octal262411760121353650210551
Binary1011001010000111111100101000111101111101010000101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2217E; }

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

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

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

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

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

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

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

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