#B603C1

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

Shades of Deep Magenta #B603C1

Tints of Deep Magenta #B603C1

Color information

#B603C1 (or 0xB603C1) is unknown color: approx Deep Magenta. HEX triplet: B6, 03 and C1. RGB value is (182,3,193). Sum of RGB (Red+Green+Blue) = 182+3+193=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #B603C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603C1 is #49FC3E. Grayscale: #4D4D4D. Windows color (decimal): -4848703 or 12649398. OLE color: 12649398.

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

Color convert

RGB1823193-
CMYK0.060.9800.24
HSL296.53º96.94%38.43%-
HSV(B)296.53º98.45%75.69%-
XYZ28.9513.8651.6-
YUV78.18192.8202.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 3 (1.56% from 255) = 0.79%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=48.15%
G=0.79%
B=51.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18231930.060.9800.24296.5396.9438.43
HexB63C16620181296126
Octal2663301614203045114146
Binary10110110111100000111011000100110001001010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B603C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B603C1; }

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

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

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

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

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

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

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

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