Html Css Color HEX #B100A2 Dark Magenta

📋 copy color: '#B100A2'

red 177 ◦ green 0 ◦ blue 162

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

Shades of Dark Magenta #B100A2

Tints of Dark Magenta #B100A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 47.79%

R = 52.21%
G = 0%
B = 47.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B100A2 (or 0xB100A2) is known color: Dark Magenta. HEX triplet: B1, 00 and A2. RGB value is (177,0,162). Sum of RGB (Red+Green+Blue) = 177+0+162=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B100A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100A2 is #4EFF5D. Grayscale: #464646. Windows color (decimal): -5177182 or 10617009. OLE color: 10617009.

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

Color convert

RGB 177 0 162 -
CMYK 0 1 0.08 0.31
HSL 305.08º 1% 0.35% -
HSV(B) 305.08º 1% 0.69% -
XYZ 24.65 11.96 35.19 -
YUV 71.39 179.14 203.33 -
System Red Green Blue C M Y K H S L
Decimal 177 0 162 0 1 0.08 0.31 305.08 1 0.35
Hex B1 0 A2 0 64 8 1F 131 64 23
Octal 261 0 242 0 144 10 37 461 144 43
Binary 10110001 0 10100010 0 1100100 1000 11111 100110001 1100100 100011

Color Harmonies of #B100A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100A2

Black with #B100A2

Text Example


Text Example

White with #B100A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100A2; }

 p { color: rgb(177,0,162); }

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

background-color css

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

 a { background-color: rgb(177,0,162); }

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

border-color css

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

 span { border-color: rgb(177,0,162); }

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