#B603BD

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

Shades of Deep Magenta #B603BD

Tints of Deep Magenta #B603BD

Color information

#B603BD (or 0xB603BD) is unknown color: approx Deep Magenta. HEX triplet: B6, 03 and BD. RGB value is (182,3,189). Sum of RGB (Red+Green+Blue) = 182+3+189=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #B603BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603BD is #49FC42. Grayscale: #4D4D4D. Windows color (decimal): -4848707 or 12387254. OLE color: 12387254.

HSL color Cylindrical-coordinate representation of color #B603BD: hue angle of 297.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603BD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1823189-
CMYK0.040.9800.26
HSL297.74º96.88%37.65%-
HSV(B)297.74º98.41%74.12%-
XYZ28.5113.6849.28-
YUV77.72190.8202.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 3 (1.56% from 255) = 0.80%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=48.66%
G=0.80%
B=50.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18231890.040.9800.26297.7496.8837.65
HexB63BD46201A12a6126
Octal2663275414203245214146
Binary10110110111011110110011000100110101001010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B603BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B603BD; }

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

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

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

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

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

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

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

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