#B93376

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

Shades of Medium Red Violet #B93376

Tints of Medium Red Violet #B93376

Color information

#B93376 (or 0xB93376) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 76. RGB value is (185,51,118). Sum of RGB (Red+Green+Blue) = 185+51+118=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93376 is #46CC89. Grayscale: #626262. Windows color (decimal): -4639882 or 7746489. OLE color: 7746489.

HSL color Cylindrical-coordinate representation of color #B93376: hue angle of 330º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93376 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18551118-
CMYK00.720.360.27
HSL330º56.78%46.27%-
HSV(B)330º72.43%72.55%-
XYZ24.4613.9918.55-
YUV98.7138.89189.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=52.26%
G=14.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855111800.720.360.2733056.7846.27
HexB93376048241B14a392e
Octal27163166011044335127156
Binary1011100111001111101100100100010010011011101001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93376; }

 p { color: rgb(185,51,118); }

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

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

 a { background-color: rgb(185,51,118); }

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

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

 span { border-color: rgb(185,51,118); }

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