Html Css Color HEX #B93177 Medium Red Violet

📋 copy color: '#B93177'

red 185 ◦ green 49 ◦ blue 119

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

Shades of Medium Red Violet #B93177

Tints of Medium Red Violet #B93177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.88%

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

R = 52.41%
G = 13.88%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93177 (or 0xB93177) is known color: Medium Red Violet. HEX triplet: B9, 31 and 77. RGB value is (185,49,119). Sum of RGB (Red+Green+Blue) = 185+49+119=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93177 is #46CE88. Grayscale: #616161. Windows color (decimal): -4640393 or 7811513. OLE color: 7811513.

HSL color Cylindrical-coordinate representation of color #B93177: hue angle of 329.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93177 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 119 -
CMYK 0 0.74 0.36 0.27
HSL 329.12º 0.58% 0.46% -
HSV(B) 329.12º 0.74% 0.73% -
XYZ 24.44 13.84 18.84 -
YUV 97.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 185 49 119 0 0.74 0.36 0.27 329.12 0.58 0.46
Hex B9 31 77 0 4A 24 1B 149 3A 2E
Octal 271 61 167 0 112 44 33 511 72 56
Binary 10111001 110001 1110111 0 1001010 100100 11011 101001001 111010 101110

Color Harmonies of #B93177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93177

Black with #B93177

Text Example


Text Example

White with #B93177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93177; }

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

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

background-color css

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

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

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

border-color css

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

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

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