Html Css Color HEX #BD1CDD Deep Magenta

📋 copy color: '#BD1CDD'

red 189 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #BD1CDD

Tints of Deep Magenta #BD1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.39%

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

R = 43.15%
G = 6.39%
B = 50.46%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD1CDD (or 0xBD1CDD) is known color: Deep Magenta. HEX triplet: BD, 1C and DD. RGB value is (189,28,221). Sum of RGB (Red+Green+Blue) = 189+28+221=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CDD is #42E322. Grayscale: #616161. Windows color (decimal): -4383523 or 14490813. OLE color: 14490813.

HSL color Cylindrical-coordinate representation of color #BD1CDD: hue angle of 290.05º degrees, saturation: 0.78, 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 #BD1CDD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 28 221 -
CMYK 0.14 0.87 0 0.13
HSL 290.05º 0.78% 0.49% -
HSV(B) 290.05º 0.87% 0.87% -
XYZ 34.45 16.87 69.85 -
YUV 98.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 189 28 221 0.14 0.87 0 0.13 290.05 0.78 0.49
Hex BD 1C DD E 57 0 D 122 4E 31
Octal 275 34 335 16 127 0 15 442 116 61
Binary 10111101 11100 11011101 1110 1010111 0 1101 100100010 1001110 110001

Color Harmonies of #BD1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CDD

Black with #BD1CDD

Text Example


Text Example

White with #BD1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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