Html Css Color HEX #B1149E Medium Violet Red

📋 copy color: '#B1149E'

red 177 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #B1149E

Tints of Medium Violet Red #B1149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 49.86%
G = 5.63%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1149E (or 0xB1149E) is known color: Medium Violet Red. HEX triplet: B1, 14 and 9E. RGB value is (177,20,158). Sum of RGB (Red+Green+Blue) = 177+20+158=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1149E is #4EEB61. Grayscale: #525252. Windows color (decimal): -5172066 or 10359985. OLE color: 10359985.

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

Color convert

RGB 177 20 158 -
CMYK 0 0.89 0.11 0.31
HSL 307.26º 0.8% 0.39% -
HSV(B) 307.26º 0.89% 0.69% -
XYZ 24.55 12.32 33.43 -
YUV 82.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 177 20 158 0 0.89 0.11 0.31 307.26 0.8 0.39
Hex B1 14 9E 0 59 B 1F 133 50 27
Octal 261 24 236 0 131 13 37 463 120 47
Binary 10110001 10100 10011110 0 1011001 1011 11111 100110011 1010000 100111

Color Harmonies of #B1149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1149E

Black with #B1149E

Text Example


Text Example

White with #B1149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1149E; }

 p { color: rgb(177,20,158); }

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

background-color css

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

 a { background-color: rgb(177,20,158); }

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

border-color css

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

 span { border-color: rgb(177,20,158); }

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