Html Css Color HEX #B1049C Medium Violet Red

📋 copy color: '#B1049C'

red 177 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #B1049C

Tints of Medium Violet Red #B1049C

RGB

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

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

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

R = 52.52%
G = 1.19%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1049C (or 0xB1049C) is known color: Medium Violet Red. HEX triplet: B1, 04 and 9C. RGB value is (177,4,156). Sum of RGB (Red+Green+Blue) = 177+4+156=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1049C is #4EFB63. Grayscale: #484848. Windows color (decimal): -5176164 or 10224817. OLE color: 10224817.

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

Color convert

RGB 177 4 156 -
CMYK 0 0.98 0.12 0.31
HSL 307.28º 0.96% 0.35% -
HSV(B) 307.28º 0.98% 0.69% -
XYZ 24.18 11.83 32.46 -
YUV 73.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 177 4 156 0 0.98 0.12 0.31 307.28 0.96 0.35
Hex B1 4 9C 0 62 C 1F 133 60 23
Octal 261 4 234 0 142 14 37 463 140 43
Binary 10110001 100 10011100 0 1100010 1100 11111 100110011 1100000 100011

Color Harmonies of #B1049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1049C

Black with #B1049C

Text Example


Text Example

White with #B1049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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