Html Css Color HEX #BD1DDE Deep Magenta

📋 copy color: '#BD1DDE'

red 189 ◦ green 29 ◦ blue 222

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

Shades of Deep Magenta #BD1DDE

Tints of Deep Magenta #BD1DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 42.95%
G = 6.59%
B = 50.45%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD1DDE (or 0xBD1DDE) is known color: Deep Magenta. HEX triplet: BD, 1D and DE. RGB value is (189,29,222). Sum of RGB (Red+Green+Blue) = 189+29+222=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD1DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DDE is #42E221. Grayscale: #626262. Windows color (decimal): -4383266 or 14556605. OLE color: 14556605.

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

Color convert

RGB 189 29 222 -
CMYK 0.15 0.87 0 0.13
HSL 289.74º 0.77% 0.49% -
HSV(B) 289.74º 0.87% 0.87% -
XYZ 34.61 16.97 70.56 -
YUV 98.84 197.51 192.31 -
System Red Green Blue C M Y K H S L
Decimal 189 29 222 0.15 0.87 0 0.13 289.74 0.77 0.49
Hex BD 1D DE F 57 0 D 122 4D 31
Octal 275 35 336 17 127 0 15 442 115 61
Binary 10111101 11101 11011110 1111 1010111 0 1101 100100010 1001101 110001

Color Harmonies of #BD1DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DDE

Black with #BD1DDE

Text Example


Text Example

White with #BD1DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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