#B93378

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

Shades of Medium Red Violet #B93378

Tints of Medium Red Violet #B93378

Color information

#B93378 (or 0xB93378) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 78. RGB value is (185,51,120). Sum of RGB (Red+Green+Blue) = 185+51+120=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93378 is #46CC87. Grayscale: #626262. Windows color (decimal): -4639880 or 7877561. OLE color: 7877561.

HSL color Cylindrical-coordinate representation of color #B93378: hue angle of 329.1º 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 #B93378 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18551120-
CMYK00.720.350.27
HSL329.1º56.78%46.27%-
HSV(B)329.1º72.43%72.55%-
XYZ24.5814.0419.18-
YUV98.93139.89189.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=51.97%
G=14.33%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855112000.720.350.27329.156.7846.27
HexB93378048231B149392e
Octal27163170011043335117156
Binary1011100111001111110000100100010001111011101001001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93378; }

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

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

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

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

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

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

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

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