Html Css Color HEX #B1019C Dark Magenta

📋 copy color: '#B1019C'

red 177 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #B1019C

Tints of Dark Magenta #B1019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 52.99%
G = 0.3%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1019C (or 0xB1019C) is known color: Dark Magenta. HEX triplet: B1, 01 and 9C. RGB value is (177,1,156). Sum of RGB (Red+Green+Blue) = 177+1+156=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1019C is #4EFE63. Grayscale: #464646. Windows color (decimal): -5176932 or 10224049. OLE color: 10224049.

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

Color convert

RGB 177 1 156 -
CMYK 0 0.99 0.12 0.31
HSL 307.16º 0.99% 0.35% -
HSV(B) 307.16º 0.99% 0.69% -
XYZ 24.14 11.77 32.45 -
YUV 71.29 175.81 203.4 -
System Red Green Blue C M Y K H S L
Decimal 177 1 156 0 0.99 0.12 0.31 307.16 0.99 0.35
Hex B1 1 9C 0 63 C 1F 133 63 23
Octal 261 1 234 0 143 14 37 463 143 43
Binary 10110001 1 10011100 0 1100011 1100 11111 100110011 1100011 100011

Color Harmonies of #B1019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1019C

Black with #B1019C

Text Example


Text Example

White with #B1019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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