Html Css Color HEX #BC15DF Deep Magenta

📋 copy color: '#BC15DF'

red 188 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #BC15DF

Tints of Deep Magenta #BC15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 43.52%
G = 4.86%
B = 51.62%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC15DF (or 0xBC15DF) is known color: Deep Magenta. HEX triplet: BC, 15 and DF. RGB value is (188,21,223). Sum of RGB (Red+Green+Blue) = 188+21+223=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15DF is #43EA20. Grayscale: #5D5D5D. Windows color (decimal): -4450849 or 14620092. OLE color: 14620092.

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

Color convert

RGB 188 21 223 -
CMYK 0.16 0.91 0 0.13
HSL 289.6º 0.83% 0.48% -
HSV(B) 289.6º 0.91% 0.87% -
XYZ 34.33 16.56 71.2 -
YUV 93.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 188 21 223 0.16 0.91 0 0.13 289.6 0.83 0.48
Hex BC 15 DF 10 5B 0 D 122 53 30
Octal 274 25 337 20 133 0 15 442 123 60
Binary 10111100 10101 11011111 10000 1011011 0 1101 100100010 1010011 110000

Color Harmonies of #BC15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15DF

Black with #BC15DF

Text Example


Text Example

White with #BC15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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