Html Css Color HEX #B603DB Deep Magenta

📋 copy color: '#B603DB'

red 182 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #B603DB

Tints of Deep Magenta #B603DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 45.05%
G = 0.74%
B = 54.21%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B603DB (or 0xB603DB) is known color: Deep Magenta. HEX triplet: B6, 03 and DB. RGB value is (182,3,219). Sum of RGB (Red+Green+Blue) = 182+3+219=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #B603DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603DB is #49FC24. Grayscale: #505050. Windows color (decimal): -4848677 or 14353334. OLE color: 14353334.

HSL color Cylindrical-coordinate representation of color #B603DB: hue angle of 289.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B603DB is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 3 219 -
CMYK 0.17 0.99 0 0.14
HSL 289.72º 0.97% 0.44% -
HSV(B) 289.72º 0.99% 0.86% -
XYZ 32.11 15.12 68.24 -
YUV 81.15 205.8 199.94 -
System Red Green Blue C M Y K H S L
Decimal 182 3 219 0.17 0.99 0 0.14 289.72 0.97 0.44
Hex B6 3 DB 11 63 0 E 122 61 2C
Octal 266 3 333 21 143 0 16 442 141 54
Binary 10110110 11 11011011 10001 1100011 0 1110 100100010 1100001 101100

Color Harmonies of #B603DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603DB

Black with #B603DB

Text Example


Text Example

White with #B603DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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