Html Css Color HEX #BC2EC7 Fuchsia

📋 copy color: '#BC2EC7'

red 188 ◦ green 46 ◦ blue 199

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

Shades of Fuchsia #BC2EC7

Tints of Fuchsia #BC2EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 43.42%
G = 10.62%
B = 45.96%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC2EC7 (or 0xBC2EC7) is known color: Fuchsia. HEX triplet: BC, 2E and C7. RGB value is (188,46,199). Sum of RGB (Red+Green+Blue) = 188+46+199=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC2EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EC7 is #43D138. Grayscale: #696969. Windows color (decimal): -4444473 or 13053628. OLE color: 13053628.

HSL color Cylindrical-coordinate representation of color #BC2EC7: hue angle of 295.69º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2EC7 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 46 199 -
CMYK 0.06 0.77 0 0.22
HSL 295.69º 0.62% 0.48% -
HSV(B) 295.69º 0.77% 0.78% -
XYZ 32.02 16.77 55.58 -
YUV 105.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 188 46 199 0.06 0.77 0 0.22 295.69 0.62 0.48
Hex BC 2E C7 6 4D 0 16 128 3E 30
Octal 274 56 307 6 115 0 26 450 76 60
Binary 10111100 101110 11000111 110 1001101 0 10110 100101000 111110 110000

Color Harmonies of #BC2EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EC7

Black with #BC2EC7

Text Example


Text Example

White with #BC2EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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