Html Css Color HEX #BC2EC0 Fuchsia

📋 copy color: '#BC2EC0'

red 188 ◦ green 46 ◦ blue 192

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

Shades of Fuchsia #BC2EC0

Tints of Fuchsia #BC2EC0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.8%

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

R = 44.13%
G = 10.8%
B = 45.07%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2EC0 (or 0xBC2EC0) is known color: Fuchsia. HEX triplet: BC, 2E and C0. RGB value is (188,46,192). Sum of RGB (Red+Green+Blue) = 188+46+192=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC2EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EC0 is #43D13F. Grayscale: #686868. Windows color (decimal): -4444480 or 12594876. OLE color: 12594876.

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

Color convert

RGB 188 46 192 -
CMYK 0.02 0.76 0 0.25
HSL 298.36º 0.61% 0.47% -
HSV(B) 298.36º 0.76% 0.75% -
XYZ 31.23 16.45 51.4 -
YUV 105.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 188 46 192 0.02 0.76 0 0.25 298.36 0.61 0.47
Hex BC 2E C0 2 4C 0 19 12A 3D 2F
Octal 274 56 300 2 114 0 31 452 75 57
Binary 10111100 101110 11000000 10 1001100 0 11001 100101010 111101 101111

Color Harmonies of #BC2EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EC0

Black with #BC2EC0

Text Example


Text Example

White with #BC2EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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