Html Css Color HEX #BD17DF Deep Magenta

📋 copy color: '#BD17DF'

red 189 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #BD17DF

Tints of Deep Magenta #BD17DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.29%

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

R = 43.45%
G = 5.29%
B = 51.26%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD17DF (or 0xBD17DF) is known color: Deep Magenta. HEX triplet: BD, 17 and DF. RGB value is (189,23,223). Sum of RGB (Red+Green+Blue) = 189+23+223=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17DF is #42E820. Grayscale: #5E5E5E. Windows color (decimal): -4384801 or 14620605. OLE color: 14620605.

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

Color convert

RGB 189 23 223 -
CMYK 0.15 0.90 0 0.13
HSL 289.8º 0.81% 0.48% -
HSV(B) 289.8º 0.9% 0.87% -
XYZ 34.61 16.76 71.22 -
YUV 95.43 200 194.74 -
System Red Green Blue C M Y K H S L
Decimal 189 23 223 0.15 0.90 0 0.13 289.8 0.81 0.48
Hex BD 17 DF F 5A 0 D 122 51 30
Octal 275 27 337 17 132 0 15 442 121 60
Binary 10111101 10111 11011111 1111 1011010 0 1101 100100010 1010001 110000

Color Harmonies of #BD17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17DF

Black with #BD17DF

Text Example


Text Example

White with #BD17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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