Html Css Color HEX #BD19DF Deep Magenta

📋 copy color: '#BD19DF'

red 189 ◦ green 25 ◦ blue 223

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

Shades of Deep Magenta #BD19DF

Tints of Deep Magenta #BD19DF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.72%

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 43.25%
G = 5.72%
B = 51.03%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD19DF (or 0xBD19DF) is known color: Deep Magenta. HEX triplet: BD, 19 and DF. RGB value is (189,25,223). Sum of RGB (Red+Green+Blue) = 189+25+223=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19DF is #42E620. Grayscale: #5F5F5F. Windows color (decimal): -4384289 or 14621117. OLE color: 14621117.

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

Color convert

RGB 189 25 223 -
CMYK 0.15 0.89 0 0.13
HSL 289.7º 0.8% 0.49% -
HSV(B) 289.7º 0.89% 0.87% -
XYZ 34.65 16.84 71.24 -
YUV 96.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 189 25 223 0.15 0.89 0 0.13 289.7 0.8 0.49
Hex BD 19 DF F 59 0 D 122 50 31
Octal 275 31 337 17 131 0 15 442 120 61
Binary 10111101 11001 11011111 1111 1011001 0 1101 100100010 1010000 110001

Color Harmonies of #BD19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19DF

Black with #BD19DF

Text Example


Text Example

White with #BD19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19DF; }

 p { color: rgb(189,25,223); }

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

background-color css

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

 a { background-color: rgb(189,25,223); }

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

border-color css

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

 span { border-color: rgb(189,25,223); }

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