#B93777

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

Shades of Medium Red Violet #B93777

Tints of Medium Red Violet #B93777

Color information

#B93777 (or 0xB93777) is unknown color: approx Medium Red Violet. HEX triplet: B9, 37 and 77. RGB value is (185,55,119). Sum of RGB (Red+Green+Blue) = 185+55+119=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B93777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93777 is #46C888. Grayscale: #656565. Windows color (decimal): -4638857 or 7813049. OLE color: 7813049.

HSL color Cylindrical-coordinate representation of color #B93777: hue angle of 330.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93777 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18555119-
CMYK00.700.360.27
HSL330.46º54.17%47.06%-
HSV(B)330.46º70.27%72.55%-
XYZ24.714.3818.93-
YUV101.17138.07187.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=51.53%
G=15.32%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855511900.700.360.27330.4654.1747.06
HexB93777046241B14a362f
Octal27167167010644335126657
Binary1011100111011111101110100011010010011011101001010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93777; }

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

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

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

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

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

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

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

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