#B93983

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

Shades of Medium Red Violet #B93983

Tints of Medium Red Violet #B93983

Color information

#B93983 (or 0xB93983) is unknown color: approx Medium Red Violet. HEX triplet: B9, 39 and 83. RGB value is (185,57,131). Sum of RGB (Red+Green+Blue) = 185+57+131=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B93983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93983 is #46C67C. Grayscale: #676767. Windows color (decimal): -4638333 or 8599993. OLE color: 8599993.

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

Color convert

RGB18557131-
CMYK00.690.290.27
HSL325.31º52.89%47.45%-
HSV(B)325.31º69.19%72.55%-
XYZ25.5714.8823-
YUV103.71143.41185.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=49.60%
G=15.28%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855713100.690.290.27325.3152.8947.45
HexB939830451D1B145352f
Octal27171203010535335056557
Binary1011100111100110000011010001011110111011101000101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93983; }

 p { color: rgb(185,57,131); }

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

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

 a { background-color: rgb(185,57,131); }

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

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

 span { border-color: rgb(185,57,131); }

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