Html Css Color HEX #B9177D Medium Violet Red

📋 copy color: '#B9177D'

red 185 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #B9177D

Tints of Medium Violet Red #B9177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 55.56%
G = 6.91%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9177D (or 0xB9177D) is known color: Medium Violet Red. HEX triplet: B9, 17 and 7D. RGB value is (185,23,125). Sum of RGB (Red+Green+Blue) = 185+23+125=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9177D is #46E882. Grayscale: #525252. Windows color (decimal): -4647043 or 8198073. OLE color: 8198073.

HSL color Cylindrical-coordinate representation of color #B9177D: hue angle of 322.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9177D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 125 -
CMYK 0 0.88 0.32 0.27
HSL 322.22º 0.78% 0.41% -
HSV(B) 322.22º 0.88% 0.73% -
XYZ 24.02 12.41 20.53 -
YUV 83.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 185 23 125 0 0.88 0.32 0.27 322.22 0.78 0.41
Hex B9 17 7D 0 58 20 1B 142 4E 29
Octal 271 27 175 0 130 40 33 502 116 51
Binary 10111001 10111 1111101 0 1011000 100000 11011 101000010 1001110 101001

Color Harmonies of #B9177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9177D

Black with #B9177D

Text Example


Text Example

White with #B9177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9177D; }

 p { color: rgb(185,23,125); }

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

background-color css

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

 a { background-color: rgb(185,23,125); }

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

border-color css

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

 span { border-color: rgb(185,23,125); }

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