Html Css Color HEX #BC2EBC Fuchsia

📋 copy color: '#BC2EBC'

red 188 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #BC2EBC

Tints of Fuchsia #BC2EBC

RGB

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

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

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

R = 44.55%
G = 10.9%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC2EBC (or 0xBC2EBC) is known color: Fuchsia. HEX triplet: BC, 2E and BC. RGB value is (188,46,188). Sum of RGB (Red+Green+Blue) = 188+46+188=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EBC is #43D143. Grayscale: #686868. Windows color (decimal): -4444484 or 12332732. OLE color: 12332732.

HSL color Cylindrical-coordinate representation of color #BC2EBC: hue angle of 300º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2EBC is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 188 -
CMYK 0 0.76 0 0.26
HSL 300º 0.61% 0.46% -
HSV(B) 300º 0.76% 0.74% -
XYZ 30.79 16.28 49.1 -
YUV 104.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 188 46 188 0 0.76 0 0.26 300 0.61 0.46
Hex BC 2E BC 0 4C 0 1A 12C 3D 2E
Octal 274 56 274 0 114 0 32 454 75 56
Binary 10111100 101110 10111100 0 1001100 0 11010 100101100 111101 101110

Color Harmonies of #BC2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EBC

Black with #BC2EBC

Text Example


Text Example

White with #BC2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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