Html Css Color HEX #B1189C Medium Violet Red

📋 copy color: '#B1189C'

red 177 ◦ green 24 ◦ blue 156

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

Shades of Medium Violet Red #B1189C

Tints of Medium Violet Red #B1189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 49.58%
G = 6.72%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1189C (or 0xB1189C) is known color: Medium Violet Red. HEX triplet: B1, 18 and 9C. RGB value is (177,24,156). Sum of RGB (Red+Green+Blue) = 177+24+156=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1189C is #4EE763. Grayscale: #545454. Windows color (decimal): -5171044 or 10229937. OLE color: 10229937.

HSL color Cylindrical-coordinate representation of color #B1189C: hue angle of 308.24º 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 #B1189C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 156 -
CMYK 0 0.86 0.12 0.31
HSL 308.24º 0.76% 0.39% -
HSV(B) 308.24º 0.86% 0.69% -
XYZ 24.46 12.4 32.56 -
YUV 84.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 177 24 156 0 0.86 0.12 0.31 308.24 0.76 0.39
Hex B1 18 9C 0 56 C 1F 134 4C 27
Octal 261 30 234 0 126 14 37 464 114 47
Binary 10110001 11000 10011100 0 1010110 1100 11111 100110100 1001100 100111

Color Harmonies of #B1189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1189C

Black with #B1189C

Text Example


Text Example

White with #B1189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1189C; }

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

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

background-color css

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

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

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

border-color css

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

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

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