Html Css Color HEX #BC08DB Deep Magenta

📋 copy color: '#BC08DB'

red 188 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #BC08DB

Tints of Deep Magenta #BC08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 45.3%
G = 1.93%
B = 52.77%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC08DB (or 0xBC08DB) is known color: Deep Magenta. HEX triplet: BC, 08 and DB. RGB value is (188,8,219). Sum of RGB (Red+Green+Blue) = 188+8+219=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08DB is #43F724. Grayscale: #555555. Windows color (decimal): -4454181 or 14354620. OLE color: 14354620.

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

Color convert

RGB 188 8 219 -
CMYK 0.14 0.96 0 0.14
HSL 291.18º 0.93% 0.45% -
HSV(B) 291.18º 0.96% 0.86% -
XYZ 33.61 15.98 68.33 -
YUV 85.87 203.13 200.84 -
System Red Green Blue C M Y K H S L
Decimal 188 8 219 0.14 0.96 0 0.14 291.18 0.93 0.45
Hex BC 8 DB E 60 0 E 123 5D 2D
Octal 274 10 333 16 140 0 16 443 135 55
Binary 10111100 1000 11011011 1110 1100000 0 1110 100100011 1011101 101101

Color Harmonies of #BC08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08DB

Black with #BC08DB

Text Example


Text Example

White with #BC08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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