Html Css Color HEX #B93577 Medium Red Violet

📋 copy color: '#B93577'

red 185 ◦ green 53 ◦ blue 119

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

Shades of Medium Red Violet #B93577

Tints of Medium Red Violet #B93577

RGB

 RED value IS 185 (72.66% from 255) = 51.82%

 GREEN value IS 53 (21.09% from 255) = 14.85%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 51.82%
G = 14.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93577 (or 0xB93577) is known color: Medium Red Violet. HEX triplet: B9, 35 and 77. RGB value is (185,53,119). Sum of RGB (Red+Green+Blue) = 185+53+119=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B93577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93577 is #46CA88. Grayscale: #636363. Windows color (decimal): -4639369 or 7812537. OLE color: 7812537.

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

Color convert

RGB 185 53 119 -
CMYK 0 0.71 0.36 0.27
HSL 330º 0.55% 0.47% -
HSV(B) 330º 0.71% 0.73% -
XYZ 24.61 14.19 18.9 -
YUV 99.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 185 53 119 0 0.71 0.36 0.27 330 0.55 0.47
Hex B9 35 77 0 47 24 1B 14A 37 2F
Octal 271 65 167 0 107 44 33 512 67 57
Binary 10111001 110101 1110111 0 1000111 100100 11011 101001010 110111 101111

Color Harmonies of #B93577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93577

Black with #B93577

Text Example


Text Example

White with #B93577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93577; }

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

 H1.HeaderClassName
 {
   color: #B93577;
 }
 .AnyTagClassName
 {
   color: #B93577;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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