#B603B5

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

Shades of Deep Magenta #B603B5

Tints of Deep Magenta #B603B5

Color information

#B603B5 (or 0xB603B5) is unknown color: approx Deep Magenta. HEX triplet: B6, 03 and B5. RGB value is (182,3,181). Sum of RGB (Red+Green+Blue) = 182+3+181=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B603B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603B5 is #49FC4A. Grayscale: #4C4C4C. Windows color (decimal): -4848715 or 11862966. OLE color: 11862966.

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

Color convert

RGB1823181-
CMYK00.980.010.29
HSL300.34º96.76%36.27%-
HSV(B)300.34º98.35%71.37%-
XYZ27.6613.3544.83-
YUV76.81186.8203.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=49.73%
G=0.82%
B=49.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182318100.980.010.29300.3496.7636.27
HexB63B506211D12c6124
Octal2663265014213545414144
Binary101101101110110101011000101111011001011001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B603B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B603B5; }

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

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

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

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

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

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

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

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