#b93589

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

Shades of Medium Red Violet #B93589

Tints of Medium Red Violet #B93589

Color information

#B93589 (or 0xB93589) is unknown color: approx Medium Red Violet. HEX triplet: B9, 35 and 89. RGB value is (185,53,137). Sum of RGB (Red+Green+Blue) = 185+53+137=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B93589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93589 is #46CA76. Grayscale: #656565. Windows color (decimal): -4639351 or 8992185. OLE color: 8992185.

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

Color convert

RGB18553137-
CMYK00.710.260.27
HSL321.82º55.46%46.67%-
HSV(B)321.82º71.35%72.55%-
XYZ25.814.6725.14-
YUV102.04147.73187.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=49.33%
G=14.13%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855313700.710.260.27321.8255.4646.67
HexB935890471A1B142372f
Octal27165211010732335026757
Binary1011100111010110001001010001111101011011101000010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93589; }

 p { color: rgb(185,53,137); }

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

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

 a { background-color: rgb(185,53,137); }

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

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

 span { border-color: rgb(185,53,137); }

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