Html Css Color HEX #BC07DB Deep Magenta

📋 copy color: '#BC07DB'

red 188 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #BC07DB

Tints of Deep Magenta #BC07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

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

R = 45.41%
G = 1.69%
B = 52.9%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC07DB (or 0xBC07DB) is known color: Deep Magenta. HEX triplet: BC, 07 and DB. RGB value is (188,7,219). Sum of RGB (Red+Green+Blue) = 188+7+219=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07DB is #43F824. Grayscale: #545454. Windows color (decimal): -4454437 or 14354364. OLE color: 14354364.

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

Color convert

RGB 188 7 219 -
CMYK 0.14 0.97 0 0.14
HSL 291.23º 0.94% 0.44% -
HSV(B) 291.23º 0.97% 0.86% -
XYZ 33.6 15.96 68.33 -
YUV 85.29 203.47 201.26 -
System Red Green Blue C M Y K H S L
Decimal 188 7 219 0.14 0.97 0 0.14 291.23 0.94 0.44
Hex BC 7 DB E 61 0 E 123 5E 2C
Octal 274 7 333 16 141 0 16 443 136 54
Binary 10111100 111 11011011 1110 1100001 0 1110 100100011 1011110 101100

Color Harmonies of #BC07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07DB

Black with #BC07DB

Text Example


Text Example

White with #BC07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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