#B603AA

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

Shades of Deep Magenta #B603AA

Tints of Deep Magenta #B603AA

Color information

#B603AA (or 0xB603AA) is unknown color: approx Deep Magenta. HEX triplet: B6, 03 and AA. RGB value is (182,3,170). Sum of RGB (Red+Green+Blue) = 182+3+170=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B603AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603AA is #49FC55. Grayscale: #4B4B4B. Windows color (decimal): -4848726 or 11142070. OLE color: 11142070.

HSL color Cylindrical-coordinate representation of color #B603AA: hue angle of 304.02º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603AA is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB1823170-
CMYK00.980.070.29
HSL304.02º96.76%36.27%-
HSV(B)304.02º98.35%71.37%-
XYZ26.5812.9139.12-
YUV75.56181.3203.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=51.27%
G=0.85%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182317000.980.070.29304.0296.7636.27
HexB63AA06271D1306124
Octal2663252014273546014144
Binary10110110111010101001100010111111011001100001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B603AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B603AA; }

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

 H1.HeaderClassName
 {
   color: #B603AA;
 }
 .AnyTagClassName
 {
   color: #B603AA;
 }
</style>
background-color css

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

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

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

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

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

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