Html Css Color HEX #B93589 Medium Red Violet

📋 copy color: '#B93589'

red 185 ◦ green 53 ◦ blue 137

#B93589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B93589

Tints of Medium Red Violet #B93589

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 value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B93589 (or 0xB93589) is known color: 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

RGB 185 53 137 -
CMYK 0 0.71 0.26 0.27
HSL 321.82º 0.55% 0.47% -
HSV(B) 321.82º 0.71% 0.73% -
XYZ 25.8 14.67 25.14 -
YUV 102.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 185 53 137 0 0.71 0.26 0.27 321.82 0.55 0.47
Hex B9 35 89 0 47 1A 1B 142 37 2F
Octal 271 65 211 0 107 32 33 502 67 57
Binary 10111001 110101 10001001 0 1000111 11010 11011 101000010 110111 101111

Color Harmonies of #B93589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93589

Black with #B93589

Text Example


Text Example

White with #B93589

Text Example


Text Example

HTML Codes & Css Web 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>