Html Css Color HEX #BC1ECA Deep Magenta

📋 copy color: '#BC1ECA'

red 188 ◦ green 30 ◦ blue 202

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

Shades of Deep Magenta #BC1ECA

Tints of Deep Magenta #BC1ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.14%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 44.76%
G = 7.14%
B = 48.1%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC1ECA (or 0xBC1ECA) is known color: Deep Magenta. HEX triplet: BC, 1E and CA. RGB value is (188,30,202). Sum of RGB (Red+Green+Blue) = 188+30+202=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC1ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ECA is #43E135. Grayscale: #606060. Windows color (decimal): -4448566 or 13246140. OLE color: 13246140.

HSL color Cylindrical-coordinate representation of color #BC1ECA: hue angle of 295.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1ECA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 30 202 -
CMYK 0.07 0.85 0 0.21
HSL 295.12º 0.74% 0.45% -
HSV(B) 295.12º 0.85% 0.79% -
XYZ 31.86 15.88 57.26 -
YUV 96.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 188 30 202 0.07 0.85 0 0.21 295.12 0.74 0.45
Hex BC 1E CA 7 55 0 15 127 4A 2D
Octal 274 36 312 7 125 0 25 447 112 55
Binary 10111100 11110 11001010 111 1010101 0 10101 100100111 1001010 101101

Color Harmonies of #BC1ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1ECA

Black with #BC1ECA

Text Example


Text Example

White with #BC1ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1ECA; }

 p { color: rgb(188,30,202); }

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

background-color css

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

 a { background-color: rgb(188,30,202); }

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

border-color css

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

 span { border-color: rgb(188,30,202); }

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