Html Css Color HEX #BC1CCE Deep Magenta

📋 copy color: '#BC1CCE'

red 188 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #BC1CCE

Tints of Deep Magenta #BC1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 44.55%
G = 6.64%
B = 48.82%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC1CCE (or 0xBC1CCE) is known color: Deep Magenta. HEX triplet: BC, 1C and CE. RGB value is (188,28,206). Sum of RGB (Red+Green+Blue) = 188+28+206=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CCE is #43E331. Grayscale: #5F5F5F. Windows color (decimal): -4449074 or 13507772. OLE color: 13507772.

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

Color convert

RGB 188 28 206 -
CMYK 0.09 0.86 0 0.19
HSL 293.93º 0.76% 0.46% -
HSV(B) 293.93º 0.86% 0.81% -
XYZ 32.29 15.98 59.77 -
YUV 96.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 188 28 206 0.09 0.86 0 0.19 293.93 0.76 0.46
Hex BC 1C CE 9 56 0 13 126 4C 2E
Octal 274 34 316 11 126 0 23 446 114 56
Binary 10111100 11100 11001110 1001 1010110 0 10011 100100110 1001100 101110

Color Harmonies of #BC1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1CCE

Black with #BC1CCE

Text Example


Text Example

White with #BC1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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