Html Css Color HEX #BD1DD2 Deep Magenta

📋 copy color: '#BD1DD2'

red 189 ◦ green 29 ◦ blue 210

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

Shades of Deep Magenta #BD1DD2

Tints of Deep Magenta #BD1DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.07%

R = 44.16%
G = 6.78%
B = 49.07%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD1DD2 (or 0xBD1DD2) is known color: Deep Magenta. HEX triplet: BD, 1D and D2. RGB value is (189,29,210). Sum of RGB (Red+Green+Blue) = 189+29+210=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD1DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DD2 is #42E22D. Grayscale: #606060. Windows color (decimal): -4383278 or 13770173. OLE color: 13770173.

HSL color Cylindrical-coordinate representation of color #BD1DD2: hue angle of 293.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1DD2 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 29 210 -
CMYK 0.10 0.86 0 0.18
HSL 293.04º 0.76% 0.47% -
HSV(B) 293.04º 0.86% 0.82% -
XYZ 33.06 16.35 62.39 -
YUV 97.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 189 29 210 0.10 0.86 0 0.18 293.04 0.76 0.47
Hex BD 1D D2 A 56 0 12 125 4C 2F
Octal 275 35 322 12 126 0 22 445 114 57
Binary 10111101 11101 11010010 1010 1010110 0 10010 100100101 1001100 101111

Color Harmonies of #BD1DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DD2

Black with #BD1DD2

Text Example


Text Example

White with #BD1DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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