#B12777

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

Shades of Medium Red Violet #B12777

Tints of Medium Red Violet #B12777

Color information

#B12777 (or 0xB12777) is unknown color: approx Medium Red Violet. HEX triplet: B1, 27 and 77. RGB value is (177,39,119). Sum of RGB (Red+Green+Blue) = 177+39+119=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B12777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12777 is #4ED888. Grayscale: #595959. Windows color (decimal): -5167241 or 7808945. OLE color: 7808945.

HSL color Cylindrical-coordinate representation of color #B12777: hue angle of 325.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12777 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17739119-
CMYK00.780.330.31
HSL325.22º63.89%42.35%-
HSV(B)325.22º77.97%69.41%-
XYZ22.1912.1318.62-
YUV89.38144.72190.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 39 (15.62% from 255) = 11.64%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=52.84%
G=11.64%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773911900.780.330.31325.2263.8942.35
HexB1277704E211F145402a
Octal261471670116413750510052
Binary10110001100111111011101001110100001111111010001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12777; }

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

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

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

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

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

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

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

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