Html Css Color HEX #B603CC Deep Magenta

📋 copy color: '#B603CC'

red 182 ◦ green 3 ◦ blue 204

#B603CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B603CC

Tints of Deep Magenta #B603CC

RGB

 RED value IS 182 (71.48% from 255) = 46.79%

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 46.79%
G = 0.77%
B = 52.44%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B603CC (or 0xB603CC) is known color: Deep Magenta. HEX triplet: B6, 03 and CC. RGB value is (182,3,204). Sum of RGB (Red+Green+Blue) = 182+3+204=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #B603CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603CC is #49FC33. Grayscale: #4E4E4E. Windows color (decimal): -4848692 or 13370294. OLE color: 13370294.

HSL color Cylindrical-coordinate representation of color #B603CC: hue angle of 293.43º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B603CC is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 3 204 -
CMYK 0.11 0.99 0 0.2
HSL 293.43º 0.97% 0.41% -
HSV(B) 293.43º 0.99% 0.8% -
XYZ 30.22 14.37 58.31 -
YUV 79.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 182 3 204 0.11 0.99 0 0.2 293.43 0.97 0.41
Hex B6 3 CC B 63 0 14 125 61 29
Octal 266 3 314 13 143 0 24 445 141 51
Binary 10110110 11 11001100 1011 1100011 0 10100 100100101 1100001 101001

Color Harmonies of #B603CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603CC

Black with #B603CC

Text Example


Text Example

White with #B603CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603CC; }

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

 H1.HeaderClassName
 {
   color: #B603CC;
 }
 .AnyTagClassName
 {
   color: #B603CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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