Html Css Color HEX #BD15DF Deep Magenta

📋 copy color: '#BD15DF'

red 189 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #BD15DF

Tints of Deep Magenta #BD15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

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

R = 43.65%
G = 4.85%
B = 51.5%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD15DF (or 0xBD15DF) is known color: Deep Magenta. HEX triplet: BD, 15 and DF. RGB value is (189,21,223). Sum of RGB (Red+Green+Blue) = 189+21+223=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15DF is #42EA20. Grayscale: #5D5D5D. Windows color (decimal): -4385313 or 14620093. OLE color: 14620093.

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

Color convert

RGB 189 21 223 -
CMYK 0.15 0.91 0 0.13
HSL 289.9º 0.83% 0.48% -
HSV(B) 289.9º 0.91% 0.87% -
XYZ 34.57 16.68 71.21 -
YUV 94.26 200.66 195.57 -
System Red Green Blue C M Y K H S L
Decimal 189 21 223 0.15 0.91 0 0.13 289.9 0.83 0.48
Hex BD 15 DF F 5B 0 D 122 53 30
Octal 275 25 337 17 133 0 15 442 123 60
Binary 10111101 10101 11011111 1111 1011011 0 1101 100100010 1010011 110000

Color Harmonies of #BD15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15DF

Black with #BD15DF

Text Example


Text Example

White with #BD15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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