Html Css Color HEX #BD18D9 Deep Magenta

📋 copy color: '#BD18D9'

red 189 ◦ green 24 ◦ blue 217

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

Shades of Deep Magenta #BD18D9

Tints of Deep Magenta #BD18D9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.58%

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 43.95%
G = 5.58%
B = 50.47%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD18D9 (or 0xBD18D9) is known color: Deep Magenta. HEX triplet: BD, 18 and D9. RGB value is (189,24,217). Sum of RGB (Red+Green+Blue) = 189+24+217=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD18D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18D9 is #42E726. Grayscale: #5E5E5E. Windows color (decimal): -4384551 or 14227645. OLE color: 14227645.

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

Color convert

RGB 189 24 217 -
CMYK 0.13 0.89 0 0.15
HSL 291.3º 0.8% 0.47% -
HSV(B) 291.3º 0.89% 0.85% -
XYZ 33.84 16.48 67.04 -
YUV 95.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 189 24 217 0.13 0.89 0 0.15 291.3 0.8 0.47
Hex BD 18 D9 D 59 0 F 123 50 2F
Octal 275 30 331 15 131 0 17 443 120 57
Binary 10111101 11000 11011001 1101 1011001 0 1111 100100011 1010000 101111

Color Harmonies of #BD18D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18D9

Black with #BD18D9

Text Example


Text Example

White with #BD18D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18D9; }

 p { color: rgb(189,24,217); }

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

background-color css

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

 a { background-color: rgb(189,24,217); }

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

border-color css

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

 span { border-color: rgb(189,24,217); }

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