Html Css Color HEX #BC15DB Deep Magenta

📋 copy color: '#BC15DB'

red 188 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #BC15DB

Tints of Deep Magenta #BC15DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 43.93%
G = 4.91%
B = 51.17%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC15DB (or 0xBC15DB) is known color: Deep Magenta. HEX triplet: BC, 15 and DB. RGB value is (188,21,219). Sum of RGB (Red+Green+Blue) = 188+21+219=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15DB is #43EA24. Grayscale: #5C5C5C. Windows color (decimal): -4450853 or 14357948. OLE color: 14357948.

HSL color Cylindrical-coordinate representation of color #BC15DB: hue angle of 290.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC15DB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 21 219 -
CMYK 0.14 0.90 0 0.14
HSL 290.61º 0.83% 0.47% -
HSV(B) 290.61º 0.9% 0.86% -
XYZ 33.79 16.34 68.39 -
YUV 93.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 188 21 219 0.14 0.90 0 0.14 290.61 0.83 0.47
Hex BC 15 DB E 5A 0 E 123 52 2F
Octal 274 25 333 16 132 0 16 443 122 57
Binary 10111100 10101 11011011 1110 1011010 0 1110 100100011 1010010 101111

Color Harmonies of #BC15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC15DB

Black with #BC15DB

Text Example


Text Example

White with #BC15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC15DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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