#B8227E

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

Shades of Medium Red Violet #B8227E

Tints of Medium Red Violet #B8227E

Color information

#B8227E (or 0xB8227E) is unknown color: approx Medium Red Violet. HEX triplet: B8, 22 and 7E. RGB value is (184,34,126). Sum of RGB (Red+Green+Blue) = 184+34+126=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8227E is #47DD81. Grayscale: #595959. Windows color (decimal): -4709762 or 8266424. OLE color: 8266424.

HSL color Cylindrical-coordinate representation of color #B8227E: hue angle of 323.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8227E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18434126-
CMYK00.820.320.28
HSL323.2º68.81%42.75%-
HSV(B)323.2º81.52%72.16%-
XYZ24.1112.8420.95-
YUV89.34148.7195.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 34 (13.67% from 255) = 9.88%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=53.49%
G=9.88%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843412600.820.320.28323.268.8142.75
HexB8227E052201C143452b
Octal270421760122403450310553
Binary10111000100010111111001010010100000111001010000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8227E; }

 p { color: rgb(184,34,126); }

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

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

 a { background-color: rgb(184,34,126); }

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

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

 span { border-color: rgb(184,34,126); }

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