#B12277

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

Shades of Medium Red Violet #B12277

Tints of Medium Red Violet #B12277

Color information

#B12277 (or 0xB12277) is unknown color: approx Medium Red Violet. HEX triplet: B1, 22 and 77. RGB value is (177,34,119). Sum of RGB (Red+Green+Blue) = 177+34+119=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12277 is #4EDD88. Grayscale: #565656. Windows color (decimal): -5168521 or 7807665. OLE color: 7807665.

HSL color Cylindrical-coordinate representation of color #B12277: hue angle of 324.34º 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 #B12277 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17734119-
CMYK00.810.330.31
HSL324.34º67.77%41.37%-
HSV(B)324.34º80.79%69.41%-
XYZ22.0311.8218.57-
YUV86.45146.38192.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 34 (13.67% from 255) = 10.30%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=53.64%
G=10.30%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773411900.810.330.31324.3467.7741.37
HexB12277051211F1444429
Octal261421670121413750410451
Binary10110001100010111011101010001100001111111010001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12277; }

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

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

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

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

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

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

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

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