Html Css Color HEX #B1167D Medium Violet Red

📋 copy color: '#B1167D'

red 177 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #B1167D

Tints of Medium Violet Red #B1167D

RGB

 RED value IS 177 (69.53% from 255) = 54.63%

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

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

R = 54.63%
G = 6.79%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1167D (or 0xB1167D) is known color: Medium Violet Red. HEX triplet: B1, 16 and 7D. RGB value is (177,22,125). Sum of RGB (Red+Green+Blue) = 177+22+125=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1167D is #4EE982. Grayscale: #4F4F4F. Windows color (decimal): -5171587 or 8197809. OLE color: 8197809.

HSL color Cylindrical-coordinate representation of color #B1167D: hue angle of 320.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1167D is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 125 -
CMYK 0 0.88 0.29 0.31
HSL 320.13º 0.78% 0.39% -
HSV(B) 320.13º 0.88% 0.69% -
XYZ 22.12 11.4 20.44 -
YUV 80.09 153.35 197.12 -
System Red Green Blue C M Y K H S L
Decimal 177 22 125 0 0.88 0.29 0.31 320.13 0.78 0.39
Hex B1 16 7D 0 58 1D 1F 140 4E 27
Octal 261 26 175 0 130 35 37 500 116 47
Binary 10110001 10110 1111101 0 1011000 11101 11111 101000000 1001110 100111

Color Harmonies of #B1167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1167D

Black with #B1167D

Text Example


Text Example

White with #B1167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1167D; }

 p { color: rgb(177,22,125); }

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

background-color css

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

 a { background-color: rgb(177,22,125); }

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

border-color css

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

 span { border-color: rgb(177,22,125); }

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