#B6228E

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

Shades of Medium Red Violet #B6228E

Tints of Medium Red Violet #B6228E

Color information

#B6228E (or 0xB6228E) is unknown color: approx Medium Red Violet. HEX triplet: B6, 22 and 8E. RGB value is (182,34,142). Sum of RGB (Red+Green+Blue) = 182+34+142=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6228E is #49DD71. Grayscale: #5A5A5A. Windows color (decimal): -4840818 or 9314998. OLE color: 9314998.

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

Color convert

RGB18234142-
CMYK00.810.220.29
HSL316.22º68.52%42.35%-
HSV(B)316.22º81.32%71.37%-
XYZ24.7513.0426.8-
YUV90.56157.03193.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 34 (13.67% from 255) = 9.50%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=50.84%
G=9.50%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823414200.810.220.29316.2268.5242.35
HexB6228E051161D13c452a
Octal266422160121263547410552
Binary10110110100010100011100101000110110111011001111001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6228E; }

 p { color: rgb(182,34,142); }

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

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

 a { background-color: rgb(182,34,142); }

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

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

 span { border-color: rgb(182,34,142); }

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