#B9227E

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

Shades of Medium Red Violet #B9227E

Tints of Medium Red Violet #B9227E

Color information

#B9227E (or 0xB9227E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 22 and 7E. RGB value is (185,34,126). Sum of RGB (Red+Green+Blue) = 185+34+126=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9227E is #46DD81. Grayscale: #595959. Windows color (decimal): -4644226 or 8266425. OLE color: 8266425.

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

Color convert

RGB18534126-
CMYK00.820.320.27
HSL323.44º68.95%42.94%-
HSV(B)323.44º81.62%72.55%-
XYZ24.3512.9620.96-
YUV89.64148.53196.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=53.62%
G=9.86%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853412600.820.320.27323.4468.9542.94
HexB9227E052201B143452b
Octal271421760122403350310553
Binary10111001100010111111001010010100000110111010000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9227E; }

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

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

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

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

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

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

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

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