Html Css Color HEX #B1187C Medium Violet Red

📋 copy color: '#B1187C'

red 177 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #B1187C

Tints of Medium Violet Red #B1187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 54.46%
G = 7.38%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1187C (or 0xB1187C) is known color: Medium Violet Red. HEX triplet: B1, 18 and 7C. RGB value is (177,24,124). Sum of RGB (Red+Green+Blue) = 177+24+124=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1187C is #4EE783. Grayscale: #505050. Windows color (decimal): -5171076 or 8132785. OLE color: 8132785.

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

Color convert

RGB 177 24 124 -
CMYK 0 0.86 0.30 0.31
HSL 320.78º 0.76% 0.39% -
HSV(B) 320.78º 0.86% 0.69% -
XYZ 22.1 11.46 20.12 -
YUV 81.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 177 24 124 0 0.86 0.30 0.31 320.78 0.76 0.39
Hex B1 18 7C 0 56 1E 1F 141 4C 27
Octal 261 30 174 0 126 36 37 501 114 47
Binary 10110001 11000 1111100 0 1010110 11110 11111 101000001 1001100 100111

Color Harmonies of #B1187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1187C

Black with #B1187C

Text Example


Text Example

White with #B1187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1187C; }

 p { color: rgb(177,24,124); }

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

background-color css

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

 a { background-color: rgb(177,24,124); }

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

border-color css

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

 span { border-color: rgb(177,24,124); }

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