Html Css Color HEX #BC3EC0 Fuchsia

📋 copy color: '#BC3EC0'

red 188 ◦ green 62 ◦ blue 192

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

Shades of Fuchsia #BC3EC0

Tints of Fuchsia #BC3EC0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.03%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 42.53%
G = 14.03%
B = 43.44%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC3EC0 (or 0xBC3EC0) is known color: Fuchsia. HEX triplet: BC, 3E and C0. RGB value is (188,62,192). Sum of RGB (Red+Green+Blue) = 188+62+192=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EC0 is #43C13F. Grayscale: #727272. Windows color (decimal): -4440384 or 12598972. OLE color: 12598972.

HSL color Cylindrical-coordinate representation of color #BC3EC0: hue angle of 298.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3EC0 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 62 192 -
CMYK 0.02 0.68 0 0.25
HSL 298.15º 0.51% 0.5% -
HSV(B) 298.15º 0.68% 0.75% -
XYZ 31.98 17.94 51.65 -
YUV 114.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 188 62 192 0.02 0.68 0 0.25 298.15 0.51 0.5
Hex BC 3E C0 2 44 0 19 12A 33 32
Octal 274 76 300 2 104 0 31 452 63 62
Binary 10111100 111110 11000000 10 1000100 0 11001 100101010 110011 110010

Color Harmonies of #BC3EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EC0

Black with #BC3EC0

Text Example


Text Example

White with #BC3EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EC0; }

 p { color: rgb(188,62,192); }

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

background-color css

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

 a { background-color: rgb(188,62,192); }

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

border-color css

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

 span { border-color: rgb(188,62,192); }

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