Html Css Color HEX #BD1EDD Deep Magenta

📋 copy color: '#BD1EDD'

red 189 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #BD1EDD

Tints of Deep Magenta #BD1EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.82%

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 42.95%
G = 6.82%
B = 50.23%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD1EDD (or 0xBD1EDD) is known color: Deep Magenta. HEX triplet: BD, 1E and DD. RGB value is (189,30,221). Sum of RGB (Red+Green+Blue) = 189+30+221=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EDD is #42E122. Grayscale: #626262. Windows color (decimal): -4383011 or 14491325. OLE color: 14491325.

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

Color convert

RGB 189 30 221 -
CMYK 0.14 0.86 0 0.13
HSL 289.95º 0.76% 0.49% -
HSV(B) 289.95º 0.86% 0.87% -
XYZ 34.5 16.97 69.86 -
YUV 99.32 196.68 191.97 -
System Red Green Blue C M Y K H S L
Decimal 189 30 221 0.14 0.86 0 0.13 289.95 0.76 0.49
Hex BD 1E DD E 56 0 D 122 4C 31
Octal 275 36 335 16 126 0 15 442 114 61
Binary 10111101 11110 11011101 1110 1010110 0 1101 100100010 1001100 110001

Color Harmonies of #BD1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EDD

Black with #BD1EDD

Text Example


Text Example

White with #BD1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EDD; }

 p { color: rgb(189,30,221); }

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

background-color css

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

 a { background-color: rgb(189,30,221); }

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

border-color css

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

 span { border-color: rgb(189,30,221); }

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