Html Css Color HEX #BD1DDB Deep Magenta

📋 copy color: '#BD1DDB'

red 189 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #BD1DDB

Tints of Deep Magenta #BD1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.64%

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

R = 43.25%
G = 6.64%
B = 50.11%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD1DDB (or 0xBD1DDB) is known color: Deep Magenta. HEX triplet: BD, 1D and DB. RGB value is (189,29,219). Sum of RGB (Red+Green+Blue) = 189+29+219=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DDB is #42E224. Grayscale: #616161. Windows color (decimal): -4383269 or 14359997. OLE color: 14359997.

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

Color convert

RGB 189 29 219 -
CMYK 0.14 0.87 0 0.14
HSL 290.53º 0.77% 0.49% -
HSV(B) 290.53º 0.87% 0.86% -
XYZ 34.21 16.81 68.46 -
YUV 98.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 189 29 219 0.14 0.87 0 0.14 290.53 0.77 0.49
Hex BD 1D DB E 57 0 E 123 4D 31
Octal 275 35 333 16 127 0 16 443 115 61
Binary 10111101 11101 11011011 1110 1010111 0 1110 100100011 1001101 110001

Color Harmonies of #BD1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DDB

Black with #BD1DDB

Text Example


Text Example

White with #BD1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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