Html Css Color HEX #B93576 Medium Red Violet

📋 copy color: '#B93576'

red 185 ◦ green 53 ◦ blue 118

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

Shades of Medium Red Violet #B93576

Tints of Medium Red Violet #B93576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 51.97%
G = 14.89%
B = 33.15%

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

#B93576 (or 0xB93576) is known color: Medium Red Violet. HEX triplet: B9, 35 and 76. RGB value is (185,53,118). Sum of RGB (Red+Green+Blue) = 185+53+118=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93576 is #46CA89. Grayscale: #636363. Windows color (decimal): -4639370 or 7747001. OLE color: 7747001.

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

Color convert

RGB 185 53 118 -
CMYK 0 0.71 0.36 0.27
HSL 330.45º 0.55% 0.47% -
HSV(B) 330.45º 0.71% 0.73% -
XYZ 24.55 14.17 18.58 -
YUV 99.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 185 53 118 0 0.71 0.36 0.27 330.45 0.55 0.47
Hex B9 35 76 0 47 24 1B 14A 37 2F
Octal 271 65 166 0 107 44 33 512 67 57
Binary 10111001 110101 1110110 0 1000111 100100 11011 101001010 110111 101111

Color Harmonies of #B93576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93576

Black with #B93576

Text Example


Text Example

White with #B93576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93576; }

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

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

background-color css

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

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

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

border-color css

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

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

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