Html Css Color HEX #B102A0 Dark Magenta

📋 copy color: '#B102A0'

red 177 ◦ green 2 ◦ blue 160

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

Shades of Dark Magenta #B102A0

Tints of Dark Magenta #B102A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 52.21%
G = 0.59%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B102A0 (or 0xB102A0) is known color: Dark Magenta. HEX triplet: B1, 02 and A0. RGB value is (177,2,160). Sum of RGB (Red+Green+Blue) = 177+2+160=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B102A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B102A0 is #4EFD5F. Grayscale: #474747. Windows color (decimal): -5176672 or 10486449. OLE color: 10486449.

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

Color convert

RGB 177 2 160 -
CMYK 0 0.99 0.10 0.31
HSL 305.83º 0.98% 0.35% -
HSV(B) 305.83º 0.99% 0.69% -
XYZ 24.5 11.93 34.27 -
YUV 72.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 177 2 160 0 0.99 0.10 0.31 305.83 0.98 0.35
Hex B1 2 A0 0 63 A 1F 132 62 23
Octal 261 2 240 0 143 12 37 462 142 43
Binary 10110001 10 10100000 0 1100011 1010 11111 100110010 1100010 100011

Color Harmonies of #B102A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102A0

Black with #B102A0

Text Example


Text Example

White with #B102A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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