Html Css Color HEX #BD18DA Deep Magenta

📋 copy color: '#BD18DA'

red 189 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #BD18DA

Tints of Deep Magenta #BD18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 43.85%
G = 5.57%
B = 50.58%

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

#BD18DA (or 0xBD18DA) is known color: Deep Magenta. HEX triplet: BD, 18 and DA. RGB value is (189,24,218). Sum of RGB (Red+Green+Blue) = 189+24+218=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18DA is #42E725. Grayscale: #5E5E5E. Windows color (decimal): -4384550 or 14293181. OLE color: 14293181.

HSL color Cylindrical-coordinate representation of color #BD18DA: hue angle of 291.03º 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 #BD18DA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 24 218 -
CMYK 0.13 0.89 0 0.15
HSL 291.03º 0.8% 0.47% -
HSV(B) 291.03º 0.89% 0.85% -
XYZ 33.97 16.53 67.73 -
YUV 95.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 189 24 218 0.13 0.89 0 0.15 291.03 0.8 0.47
Hex BD 18 DA D 59 0 F 123 50 2F
Octal 275 30 332 15 131 0 17 443 120 57
Binary 10111101 11000 11011010 1101 1011001 0 1111 100100011 1010000 101111

Color Harmonies of #BD18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18DA

Black with #BD18DA

Text Example


Text Example

White with #BD18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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