Html Css Color HEX #BC18DB Deep Magenta

📋 copy color: '#BC18DB'

red 188 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #BC18DB

Tints of Deep Magenta #BC18DB

RGB

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

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

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

R = 43.62%
G = 5.57%
B = 50.81%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC18DB (or 0xBC18DB) is known color: Deep Magenta. HEX triplet: BC, 18 and DB. RGB value is (188,24,219). Sum of RGB (Red+Green+Blue) = 188+24+219=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18DB is #43E724. Grayscale: #5E5E5E. Windows color (decimal): -4450085 or 14358716. OLE color: 14358716.

HSL color Cylindrical-coordinate representation of color #BC18DB: hue angle of 290.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC18DB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 24 219 -
CMYK 0.14 0.89 0 0.14
HSL 290.46º 0.8% 0.48% -
HSV(B) 290.46º 0.89% 0.86% -
XYZ 33.85 16.46 68.41 -
YUV 95.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 188 24 219 0.14 0.89 0 0.14 290.46 0.8 0.48
Hex BC 18 DB E 59 0 E 122 50 30
Octal 274 30 333 16 131 0 16 442 120 60
Binary 10111100 11000 11011011 1110 1011001 0 1110 100100010 1010000 110000

Color Harmonies of #BC18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18DB

Black with #BC18DB

Text Example


Text Example

White with #BC18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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