Html Css Color HEX #BC05DF Deep Magenta

📋 copy color: '#BC05DF'

red 188 ◦ green 5 ◦ blue 223

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

Shades of Deep Magenta #BC05DF

Tints of Deep Magenta #BC05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 45.19%
G = 1.2%
B = 53.61%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC05DF (or 0xBC05DF) is known color: Deep Magenta. HEX triplet: BC, 05 and DF. RGB value is (188,5,223). Sum of RGB (Red+Green+Blue) = 188+5+223=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05DF is #43FA20. Grayscale: #535353. Windows color (decimal): -4454945 or 14615996. OLE color: 14615996.

HSL color Cylindrical-coordinate representation of color #BC05DF: hue angle of 290.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05DF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 5 223 -
CMYK 0.16 0.98 0 0.13
HSL 290.37º 0.96% 0.45% -
HSV(B) 290.37º 0.98% 0.87% -
XYZ 34.11 16.13 71.13 -
YUV 84.57 206.13 201.77 -
System Red Green Blue C M Y K H S L
Decimal 188 5 223 0.16 0.98 0 0.13 290.37 0.96 0.45
Hex BC 5 DF 10 62 0 D 122 60 2D
Octal 274 5 337 20 142 0 15 442 140 55
Binary 10111100 101 11011111 10000 1100010 0 1101 100100010 1100000 101101

Color Harmonies of #BC05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05DF

Black with #BC05DF

Text Example


Text Example

White with #BC05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05DF; }

 p { color: rgb(188,5,223); }

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

background-color css

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

 a { background-color: rgb(188,5,223); }

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

border-color css

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

 span { border-color: rgb(188,5,223); }

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