Html Css Color HEX #BC00DB Deep Magenta

📋 copy color: '#BC00DB'

red 188 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #BC00DB

Tints of Deep Magenta #BC00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.19%
G = 0%
B = 53.81%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC00DB (or 0xBC00DB) is known color: Deep Magenta. HEX triplet: BC, 00 and DB. RGB value is (188,0,219). Sum of RGB (Red+Green+Blue) = 188+0+219=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00DB is #43FF24. Grayscale: #505050. Windows color (decimal): -4456229 or 14352572. OLE color: 14352572.

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

Color convert

RGB 188 0 219 -
CMYK 0.14 1 0 0.14
HSL 291.51º 1% 0.43% -
HSV(B) 291.51º 1% 0.86% -
XYZ 33.53 15.81 68.3 -
YUV 81.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 188 0 219 0.14 1 0 0.14 291.51 1 0.43
Hex BC 0 DB E 64 0 E 124 64 2B
Octal 274 0 333 16 144 0 16 444 144 53
Binary 10111100 0 11011011 1110 1100100 0 1110 100100100 1100100 101011

Color Harmonies of #BC00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00DB

Black with #BC00DB

Text Example


Text Example

White with #BC00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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