Html Css Color HEX #BC4EC1 Fuchsia

📋 copy color: '#BC4EC1'

red 188 ◦ green 78 ◦ blue 193

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

Shades of Fuchsia #BC4EC1

Tints of Fuchsia #BC4EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.99%

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 40.96%
G = 16.99%
B = 42.05%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC4EC1 (or 0xBC4EC1) is known color: Fuchsia. HEX triplet: BC, 4E and C1. RGB value is (188,78,193). Sum of RGB (Red+Green+Blue) = 188+78+193=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC1 is #43B13E. Grayscale: #7B7B7B. Windows color (decimal): -4436287 or 12668604. OLE color: 12668604.

HSL color Cylindrical-coordinate representation of color #BC4EC1: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4EC1 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 78 193 -
CMYK 0.03 0.60 0 0.24
HSL 297.39º 0.48% 0.53% -
HSV(B) 297.39º 0.6% 0.76% -
XYZ 33.09 19.99 52.57 -
YUV 124 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 188 78 193 0.03 0.60 0 0.24 297.39 0.48 0.53
Hex BC 4E C1 3 3C 0 18 129 30 35
Octal 274 116 301 3 74 0 30 451 60 65
Binary 10111100 1001110 11000001 11 111100 0 11000 100101001 110000 110101

Color Harmonies of #BC4EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EC1

Black with #BC4EC1

Text Example


Text Example

White with #BC4EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EC1; }

 p { color: rgb(188,78,193); }

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

background-color css

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

 a { background-color: rgb(188,78,193); }

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

border-color css

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

 span { border-color: rgb(188,78,193); }

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