Html Css Color HEX #BD15DE Deep Magenta

📋 copy color: '#BD15DE'

red 189 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #BD15DE

Tints of Deep Magenta #BD15DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 43.75%
G = 4.86%
B = 51.39%

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

#BD15DE (or 0xBD15DE) is known color: Deep Magenta. HEX triplet: BD, 15 and DE. RGB value is (189,21,222). Sum of RGB (Red+Green+Blue) = 189+21+222=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD15DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15DE is #42EA21. Grayscale: #5D5D5D. Windows color (decimal): -4385314 or 14554557. OLE color: 14554557.

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

Color convert

RGB 189 21 222 -
CMYK 0.15 0.91 0 0.13
HSL 290.15º 0.83% 0.48% -
HSV(B) 290.15º 0.91% 0.87% -
XYZ 34.44 16.63 70.5 -
YUV 94.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 189 21 222 0.15 0.91 0 0.13 290.15 0.83 0.48
Hex BD 15 DE F 5B 0 D 122 53 30
Octal 275 25 336 17 133 0 15 442 123 60
Binary 10111101 10101 11011110 1111 1011011 0 1101 100100010 1010011 110000

Color Harmonies of #BD15DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15DE

Black with #BD15DE

Text Example


Text Example

White with #BD15DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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