#B1227E

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

Shades of Medium Red Violet #B1227E

Tints of Medium Red Violet #B1227E

Color information

#B1227E (or 0xB1227E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 22 and 7E. RGB value is (177,34,126). Sum of RGB (Red+Green+Blue) = 177+34+126=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1227E is #4EDD81. Grayscale: #575757. Windows color (decimal): -5168514 or 8266417. OLE color: 8266417.

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

Color convert

RGB17734126-
CMYK00.810.290.31
HSL321.4º67.77%41.37%-
HSV(B)321.4º80.79%69.41%-
XYZ22.471220.87-
YUV87.24149.88192.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 34 (13.67% from 255) = 10.09%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=52.52%
G=10.09%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1773412600.810.290.31321.467.7741.37
HexB1227E0511D1F1414429
Octal261421760121353750110451
Binary1011000110001011111100101000111101111111010000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1227E; }

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

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

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

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

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

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

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

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