#B603BA

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

Shades of Deep Magenta #B603BA

Tints of Deep Magenta #B603BA

Color information

#B603BA (or 0xB603BA) is unknown color: approx Deep Magenta. HEX triplet: B6, 03 and BA. RGB value is (182,3,186). Sum of RGB (Red+Green+Blue) = 182+3+186=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B603BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603BA is #49FC45. Grayscale: #4C4C4C. Windows color (decimal): -4848710 or 12190646. OLE color: 12190646.

HSL color Cylindrical-coordinate representation of color #B603BA: hue angle of 298.69º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603BA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1823186-
CMYK0.020.9800.27
HSL298.69º96.83%37.06%-
HSV(B)298.69º98.39%72.94%-
XYZ28.1913.5647.59-
YUV77.38189.3202.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=49.06%
G=0.81%
B=50.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18231860.020.9800.27298.6996.8337.06
HexB63BA26201B12b6125
Octal2663272214203345314145
Binary1011011011101110101011000100110111001010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B603BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B603BA; }

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

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

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

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

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

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

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

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