Html Css Color HEX #B1019D Dark Magenta

📋 copy color: '#B1019D'

red 177 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #B1019D

Tints of Dark Magenta #B1019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 52.84%
G = 0.3%
B = 46.87%

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

#B1019D (or 0xB1019D) is known color: Dark Magenta. HEX triplet: B1, 01 and 9D. RGB value is (177,1,157). Sum of RGB (Red+Green+Blue) = 177+1+157=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1019D is #4EFE62. Grayscale: #464646. Windows color (decimal): -5176931 or 10289585. OLE color: 10289585.

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

Color convert

RGB 177 1 157 -
CMYK 0 0.99 0.11 0.31
HSL 306.82º 0.99% 0.35% -
HSV(B) 306.82º 0.99% 0.69% -
XYZ 24.23 11.8 32.9 -
YUV 71.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 177 1 157 0 0.99 0.11 0.31 306.82 0.99 0.35
Hex B1 1 9D 0 63 B 1F 133 63 23
Octal 261 1 235 0 143 13 37 463 143 43
Binary 10110001 1 10011101 0 1100011 1011 11111 100110011 1100011 100011

Color Harmonies of #B1019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1019D

Black with #B1019D

Text Example


Text Example

White with #B1019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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