Html Css Color HEX #B1019E Dark Magenta

📋 copy color: '#B1019E'

red 177 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #B1019E

Tints of Dark Magenta #B1019E

RGB

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

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

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

R = 52.68%
G = 0.3%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1019E (or 0xB1019E) is known color: Dark Magenta. HEX triplet: B1, 01 and 9E. RGB value is (177,1,158). Sum of RGB (Red+Green+Blue) = 177+1+158=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1019E is #4EFE61. Grayscale: #474747. Windows color (decimal): -5176930 or 10355121. OLE color: 10355121.

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

Color convert

RGB 177 1 158 -
CMYK 0 0.99 0.11 0.31
HSL 306.48º 0.99% 0.35% -
HSV(B) 306.48º 0.99% 0.69% -
XYZ 24.31 11.84 33.35 -
YUV 71.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 177 1 158 0 0.99 0.11 0.31 306.48 0.99 0.35
Hex B1 1 9E 0 63 B 1F 132 63 23
Octal 261 1 236 0 143 13 37 462 143 43
Binary 10110001 1 10011110 0 1100011 1011 11111 100110010 1100011 100011

Color Harmonies of #B1019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1019E

Black with #B1019E

Text Example


Text Example

White with #B1019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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