Html Css Color HEX #BC15DD Deep Magenta

📋 copy color: '#BC15DD'

red 188 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #BC15DD

Tints of Deep Magenta #BC15DD

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 43.72%
G = 4.88%
B = 51.4%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC15DD (or 0xBC15DD) is known color: Deep Magenta. HEX triplet: BC, 15 and DD. RGB value is (188,21,221). Sum of RGB (Red+Green+Blue) = 188+21+221=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15DD is #43EA22. Grayscale: #5D5D5D. Windows color (decimal): -4450851 or 14489020. OLE color: 14489020.

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

Color convert

RGB 188 21 221 -
CMYK 0.15 0.90 0 0.13
HSL 290.1º 0.83% 0.47% -
HSV(B) 290.1º 0.9% 0.87% -
XYZ 34.06 16.45 69.79 -
YUV 93.73 199.83 195.24 -
System Red Green Blue C M Y K H S L
Decimal 188 21 221 0.15 0.90 0 0.13 290.1 0.83 0.47
Hex BC 15 DD F 5A 0 D 122 53 2F
Octal 274 25 335 17 132 0 15 442 123 57
Binary 10111100 10101 11011101 1111 1011010 0 1101 100100010 1010011 101111

Color Harmonies of #BC15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15DD

Black with #BC15DD

Text Example


Text Example

White with #BC15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15DD; }

 p { color: rgb(188,21,221); }

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

background-color css

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

 a { background-color: rgb(188,21,221); }

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

border-color css

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

 span { border-color: rgb(188,21,221); }

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