Html Css Color HEX #B103A0 Dark Magenta

📋 copy color: '#B103A0'

red 177 ◦ green 3 ◦ blue 160

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

Shades of Dark Magenta #B103A0

Tints of Dark Magenta #B103A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 52.06%
G = 0.88%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B103A0 (or 0xB103A0) is known color: Dark Magenta. HEX triplet: B1, 03 and A0. RGB value is (177,3,160). Sum of RGB (Red+Green+Blue) = 177+3+160=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B103A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103A0 is #4EFC5F. Grayscale: #484848. Windows color (decimal): -5176416 or 10486705. OLE color: 10486705.

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

Color convert

RGB 177 3 160 -
CMYK 0 0.98 0.10 0.31
HSL 305.86º 0.97% 0.35% -
HSV(B) 305.86º 0.98% 0.69% -
XYZ 24.51 11.95 34.27 -
YUV 72.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 177 3 160 0 0.98 0.10 0.31 305.86 0.97 0.35
Hex B1 3 A0 0 62 A 1F 132 61 23
Octal 261 3 240 0 142 12 37 462 141 43
Binary 10110001 11 10100000 0 1100010 1010 11111 100110010 1100001 100011

Color Harmonies of #B103A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B103A0

Black with #B103A0

Text Example


Text Example

White with #B103A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B103A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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