#B93184

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

Shades of Medium Red Violet #B93184

Tints of Medium Red Violet #B93184

Color information

#B93184 (or 0xB93184) is unknown color: approx Medium Red Violet. HEX triplet: B9, 31 and 84. RGB value is (185,49,132). Sum of RGB (Red+Green+Blue) = 185+49+132=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B93184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93184 is #46CE7B. Grayscale: #626262. Windows color (decimal): -4640380 or 8663481. OLE color: 8663481.

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

Color convert

RGB18549132-
CMYK00.740.290.27
HSL323.38º58.12%45.88%-
HSV(B)323.38º73.51%72.55%-
XYZ25.2714.1823.23-
YUV99.13146.56189.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 49 (19.53% from 255) = 13.39%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=50.55%
G=13.39%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854913200.740.290.27323.3858.1245.88
HexB9318404A1D1B1433a2e
Octal27161204011235335037256
Binary1011100111000110000100010010101110111011101000011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93184; }

 p { color: rgb(185,49,132); }

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

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

 a { background-color: rgb(185,49,132); }

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

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

 span { border-color: rgb(185,49,132); }

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