Html Css Color HEX #BD18D7 Deep Magenta

📋 copy color: '#BD18D7'

red 189 ◦ green 24 ◦ blue 215

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

Shades of Deep Magenta #BD18D7

Tints of Deep Magenta #BD18D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 44.16%
G = 5.61%
B = 50.23%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD18D7 (or 0xBD18D7) is known color: Deep Magenta. HEX triplet: BD, 18 and D7. RGB value is (189,24,215). Sum of RGB (Red+Green+Blue) = 189+24+215=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD18D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18D7 is #42E728. Grayscale: #5E5E5E. Windows color (decimal): -4384553 or 14096573. OLE color: 14096573.

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

Color convert

RGB 189 24 215 -
CMYK 0.12 0.89 0 0.16
HSL 291.83º 0.8% 0.47% -
HSV(B) 291.83º 0.89% 0.84% -
XYZ 33.58 16.38 65.68 -
YUV 95.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 189 24 215 0.12 0.89 0 0.16 291.83 0.8 0.47
Hex BD 18 D7 C 59 0 10 124 50 2F
Octal 275 30 327 14 131 0 20 444 120 57
Binary 10111101 11000 11010111 1100 1011001 0 10000 100100100 1010000 101111

Color Harmonies of #BD18D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18D7

Black with #BD18D7

Text Example


Text Example

White with #BD18D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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