#B103AA

Color #B103AA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B103AA

Tints of Deep Magenta #B103AA

Color information

#B103AA (or 0xB103AA) is unknown color: approx 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

RGB1773170-
CMYK00.980.040.31
HSL302.41º96.67%35.29%-
HSV(B)302.41º98.31%69.41%-
XYZ25.4212.3139.07-
YUV74.06182.15201.42-

RGB Variations

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

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.80% from 255) = 48.57%
R=50.57%
G=0.86%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177317000.980.040.31302.4196.6735.29
HexB13AA06241F12e6123
Octal2613252014243745614143
Binary10110001111010101001100010100111111001011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B103AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>