Html Css Color HEX #BC04DB Deep Magenta

📋 copy color: '#BC04DB'

red 188 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #BC04DB

Tints of Deep Magenta #BC04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 45.74%
G = 0.97%
B = 53.28%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC04DB (or 0xBC04DB) is known color: Deep Magenta. HEX triplet: BC, 04 and DB. RGB value is (188,4,219). Sum of RGB (Red+Green+Blue) = 188+4+219=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04DB is #43FB24. Grayscale: #525252. Windows color (decimal): -4455205 or 14353596. OLE color: 14353596.

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

Color convert

RGB 188 4 219 -
CMYK 0.14 0.98 0 0.14
HSL 291.35º 0.96% 0.44% -
HSV(B) 291.35º 0.98% 0.86% -
XYZ 33.57 15.89 68.32 -
YUV 83.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 188 4 219 0.14 0.98 0 0.14 291.35 0.96 0.44
Hex BC 4 DB E 62 0 E 123 60 2C
Octal 274 4 333 16 142 0 16 443 140 54
Binary 10111100 100 11011011 1110 1100010 0 1110 100100011 1100000 101100

Color Harmonies of #BC04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04DB

Black with #BC04DB

Text Example


Text Example

White with #BC04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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