Html Css Color HEX #B103AA Deep Magenta

📋 copy color: '#B103AA'

red 177 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #B103AA

Tints of Deep Magenta #B103AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 50.57%
G = 0.86%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B103AA (or 0xB103AA) is known color: Deep Magenta. HEX triplet: B1, 03 and AA. RGB value is (177,3,170). Sum of RGB (Red+Green+Blue) = 177+3+170=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B103AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103AA is #4EFC55. Grayscale: #494949. Windows color (decimal): -5176406 or 11142065. OLE color: 11142065.

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

Color convert

RGB 177 3 170 -
CMYK 0 0.98 0.04 0.31
HSL 302.41º 0.97% 0.35% -
HSV(B) 302.41º 0.98% 0.69% -
XYZ 25.42 12.31 39.07 -
YUV 74.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 177 3 170 0 0.98 0.04 0.31 302.41 0.97 0.35
Hex B1 3 AA 0 62 4 1F 12E 61 23
Octal 261 3 252 0 142 4 37 456 141 43
Binary 10110001 11 10101010 0 1100010 100 11111 100101110 1100001 100011

Color Harmonies of #B103AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B103AA

Black with #B103AA

Text Example


Text Example

White with #B103AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B103AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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