Html Css Color HEX #B100A0 Dark Magenta

📋 copy color: '#B100A0'

red 177 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #B100A0

Tints of Dark Magenta #B100A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 52.52%
G = 0%
B = 47.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B100A0 (or 0xB100A0) is known color: Dark Magenta. HEX triplet: B1, 00 and A0. RGB value is (177,0,160). Sum of RGB (Red+Green+Blue) = 177+0+160=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B100A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100A0 is #4EFF5F. Grayscale: #464646. Windows color (decimal): -5177184 or 10485937. OLE color: 10485937.

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

Color convert

RGB 177 0 160 -
CMYK 0 1 0.10 0.31
HSL 305.76º 1% 0.35% -
HSV(B) 305.76º 1% 0.69% -
XYZ 24.48 11.89 34.26 -
YUV 71.16 178.14 203.49 -
System Red Green Blue C M Y K H S L
Decimal 177 0 160 0 1 0.10 0.31 305.76 1 0.35
Hex B1 0 A0 0 64 A 1F 132 64 23
Octal 261 0 240 0 144 12 37 462 144 43
Binary 10110001 0 10100000 0 1100100 1010 11111 100110010 1100100 100011

Color Harmonies of #B100A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100A0

Black with #B100A0

Text Example


Text Example

White with #B100A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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