Html Css Color HEX #B1049E Medium Violet Red

📋 copy color: '#B1049E'

red 177 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #B1049E

Tints of Medium Violet Red #B1049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 52.21%
G = 1.18%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1049E (or 0xB1049E) is known color: Medium Violet Red. HEX triplet: B1, 04 and 9E. RGB value is (177,4,158). Sum of RGB (Red+Green+Blue) = 177+4+158=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1049E is #4EFB61. Grayscale: #484848. Windows color (decimal): -5176162 or 10355889. OLE color: 10355889.

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

Color convert

RGB 177 4 158 -
CMYK 0 0.98 0.11 0.31
HSL 306.59º 0.96% 0.35% -
HSV(B) 306.59º 0.98% 0.69% -
XYZ 24.35 11.9 33.36 -
YUV 73.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 177 4 158 0 0.98 0.11 0.31 306.59 0.96 0.35
Hex B1 4 9E 0 62 B 1F 133 60 23
Octal 261 4 236 0 142 13 37 463 140 43
Binary 10110001 100 10011110 0 1100010 1011 11111 100110011 1100000 100011

Color Harmonies of #B1049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1049E

Black with #B1049E

Text Example


Text Example

White with #B1049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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