Html Css Color HEX #B9167C Medium Violet Red

📋 copy color: '#B9167C'

red 185 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #B9167C

Tints of Medium Violet Red #B9167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 55.89%
G = 6.65%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9167C (or 0xB9167C) is known color: Medium Violet Red. HEX triplet: B9, 16 and 7C. RGB value is (185,22,124). Sum of RGB (Red+Green+Blue) = 185+22+124=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9167C is #46E983. Grayscale: #525252. Windows color (decimal): -4647300 or 8132281. OLE color: 8132281.

HSL color Cylindrical-coordinate representation of color #B9167C: hue angle of 322.45º degrees, saturation: 0.79, 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 #B9167C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 124 -
CMYK 0 0.88 0.33 0.27
HSL 322.45º 0.79% 0.41% -
HSV(B) 322.45º 0.88% 0.73% -
XYZ 23.93 12.34 20.19 -
YUV 82.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 185 22 124 0 0.88 0.33 0.27 322.45 0.79 0.41
Hex B9 16 7C 0 58 21 1B 142 4F 29
Octal 271 26 174 0 130 41 33 502 117 51
Binary 10111001 10110 1111100 0 1011000 100001 11011 101000010 1001111 101001

Color Harmonies of #B9167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9167C

Black with #B9167C

Text Example


Text Example

White with #B9167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9167C; }

 p { color: rgb(185,22,124); }

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

background-color css

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

 a { background-color: rgb(185,22,124); }

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

border-color css

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

 span { border-color: rgb(185,22,124); }

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