Html Css Color HEX #B93977 Medium Red Violet

📋 copy color: '#B93977'

red 185 ◦ green 57 ◦ blue 119

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

Shades of Medium Red Violet #B93977

Tints of Medium Red Violet #B93977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

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

R = 51.25%
G = 15.79%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93977 (or 0xB93977) is known color: Medium Red Violet. HEX triplet: B9, 39 and 77. RGB value is (185,57,119). Sum of RGB (Red+Green+Blue) = 185+57+119=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B93977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93977 is #46C688. Grayscale: #666666. Windows color (decimal): -4638345 or 7813561. OLE color: 7813561.

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

Color convert

RGB 185 57 119 -
CMYK 0 0.69 0.36 0.27
HSL 330.94º 0.53% 0.47% -
HSV(B) 330.94º 0.69% 0.73% -
XYZ 24.8 14.57 18.96 -
YUV 102.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 185 57 119 0 0.69 0.36 0.27 330.94 0.53 0.47
Hex B9 39 77 0 45 24 1B 14B 35 2F
Octal 271 71 167 0 105 44 33 513 65 57
Binary 10111001 111001 1110111 0 1000101 100100 11011 101001011 110101 101111

Color Harmonies of #B93977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93977

Black with #B93977

Text Example


Text Example

White with #B93977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93977; }

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

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

background-color css

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

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

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

border-color css

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

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

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