#B03777

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

Shades of Medium Red Violet #B03777

Tints of Medium Red Violet #B03777

Color information

#B03777 (or 0xB03777) is unknown color: approx Medium Red Violet. HEX triplet: B0, 37 and 77. RGB value is (176,55,119). Sum of RGB (Red+Green+Blue) = 176+55+119=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B03777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03777 is #4FC888. Grayscale: #626262. Windows color (decimal): -5228681 or 7813040. OLE color: 7813040.

HSL color Cylindrical-coordinate representation of color #B03777: hue angle of 328.26º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03777 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17655119-
CMYK00.690.320.31
HSL328.26º52.38%45.29%-
HSV(B)328.26º68.75%69.02%-
XYZ22.613.2918.83-
YUV98.48139.59183.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 119 (46.88% from 255) = 34%
R=50.29%
G=15.71%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765511900.690.320.31328.2652.3845.29
HexB03777045201F148342d
Octal26067167010540375106455
Binary1011000011011111101110100010110000011111101001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03777; }

 p { color: rgb(176,55,119); }

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

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

 a { background-color: rgb(176,55,119); }

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

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

 span { border-color: rgb(176,55,119); }

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