Html Css Color HEX #BC06CE Deep Magenta

📋 copy color: '#BC06CE'

red 188 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #BC06CE

Tints of Deep Magenta #BC06CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 47%
G = 1.5%
B = 51.5%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC06CE (or 0xBC06CE) is known color: Deep Magenta. HEX triplet: BC, 06 and CE. RGB value is (188,6,206). Sum of RGB (Red+Green+Blue) = 188+6+206=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06CE is #43F931. Grayscale: #525252. Windows color (decimal): -4454706 or 13502140. OLE color: 13502140.

HSL color Cylindrical-coordinate representation of color #BC06CE: hue angle of 294.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06CE is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 6 206 -
CMYK 0.09 0.97 0 0.19
HSL 294.6º 0.94% 0.42% -
HSV(B) 294.6º 0.97% 0.81% -
XYZ 31.94 15.28 59.66 -
YUV 83.22 197.3 202.74 -
System Red Green Blue C M Y K H S L
Decimal 188 6 206 0.09 0.97 0 0.19 294.6 0.94 0.42
Hex BC 6 CE 9 61 0 13 127 5E 2A
Octal 274 6 316 11 141 0 23 447 136 52
Binary 10111100 110 11001110 1001 1100001 0 10011 100100111 1011110 101010

Color Harmonies of #BC06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06CE

Black with #BC06CE

Text Example


Text Example

White with #BC06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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