Html Css Color HEX #BD10DB Deep Magenta

📋 copy color: '#BD10DB'

red 189 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #BD10DB

Tints of Deep Magenta #BD10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 44.58%
G = 3.77%
B = 51.65%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD10DB (or 0xBD10DB) is known color: Deep Magenta. HEX triplet: BD, 10 and DB. RGB value is (189,16,219). Sum of RGB (Red+Green+Blue) = 189+16+219=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10DB is #42EF24. Grayscale: #5A5A5A. Windows color (decimal): -4386597 or 14356669. OLE color: 14356669.

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

Color convert

RGB 189 16 219 -
CMYK 0.14 0.93 0 0.14
HSL 291.13º 0.86% 0.46% -
HSV(B) 291.13º 0.93% 0.86% -
XYZ 33.96 16.3 68.38 -
YUV 90.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 189 16 219 0.14 0.93 0 0.14 291.13 0.86 0.46
Hex BD 10 DB E 5D 0 E 123 56 2E
Octal 275 20 333 16 135 0 16 443 126 56
Binary 10111101 10000 11011011 1110 1011101 0 1110 100100011 1010110 101110

Color Harmonies of #BD10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD10DB

Black with #BD10DB

Text Example


Text Example

White with #BD10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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