Html Css Color HEX #BC06DF Deep Magenta

📋 copy color: '#BC06DF'

red 188 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #BC06DF

Tints of Deep Magenta #BC06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

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

R = 45.08%
G = 1.44%
B = 53.48%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC06DF (or 0xBC06DF) is known color: Deep Magenta. HEX triplet: BC, 06 and DF. RGB value is (188,6,223). Sum of RGB (Red+Green+Blue) = 188+6+223=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06DF is #43F920. Grayscale: #545454. Windows color (decimal): -4454689 or 14616252. OLE color: 14616252.

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

Color convert

RGB 188 6 223 -
CMYK 0.16 0.97 0 0.13
HSL 290.32º 0.95% 0.45% -
HSV(B) 290.32º 0.97% 0.87% -
XYZ 34.12 16.15 71.13 -
YUV 85.16 205.8 201.36 -
System Red Green Blue C M Y K H S L
Decimal 188 6 223 0.16 0.97 0 0.13 290.32 0.95 0.45
Hex BC 6 DF 10 61 0 D 122 5F 2D
Octal 274 6 337 20 141 0 15 442 137 55
Binary 10111100 110 11011111 10000 1100001 0 1101 100100010 1011111 101101

Color Harmonies of #BC06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06DF

Black with #BC06DF

Text Example


Text Example

White with #BC06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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