Html Css Color HEX #BD03DB Deep Magenta

📋 copy color: '#BD03DB'

red 189 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #BD03DB

Tints of Deep Magenta #BD03DB

RGB

 RED value IS 189 (74.22% from 255) = 45.99%

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

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

R = 45.99%
G = 0.73%
B = 53.28%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD03DB (or 0xBD03DB) is known color: Deep Magenta. HEX triplet: BD, 03 and DB. RGB value is (189,3,219). Sum of RGB (Red+Green+Blue) = 189+3+219=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD03DB is #42FC24. Grayscale: #525252. Windows color (decimal): -4389925 or 14353341. OLE color: 14353341.

HSL color Cylindrical-coordinate representation of color #BD03DB: hue angle of 291.67º 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 #BD03DB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 3 219 -
CMYK 0.14 0.99 0 0.14
HSL 291.67º 0.97% 0.44% -
HSV(B) 291.67º 0.99% 0.86% -
XYZ 33.81 16 68.32 -
YUV 83.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 189 3 219 0.14 0.99 0 0.14 291.67 0.97 0.44
Hex BD 3 DB E 63 0 E 124 61 2C
Octal 275 3 333 16 143 0 16 444 141 54
Binary 10111101 11 11011011 1110 1100011 0 1110 100100100 1100001 101100

Color Harmonies of #BD03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD03DB

Black with #BD03DB

Text Example


Text Example

White with #BD03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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