Html Css Color HEX #BC3EC2 Fuchsia

📋 copy color: '#BC3EC2'

red 188 ◦ green 62 ◦ blue 194

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

Shades of Fuchsia #BC3EC2

Tints of Fuchsia #BC3EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 42.34%
G = 13.96%
B = 43.69%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC3EC2 (or 0xBC3EC2) is known color: Fuchsia. HEX triplet: BC, 3E and C2. RGB value is (188,62,194). Sum of RGB (Red+Green+Blue) = 188+62+194=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC3EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EC2 is #43C13D. Grayscale: #727272. Windows color (decimal): -4440382 or 12730044. OLE color: 12730044.

HSL color Cylindrical-coordinate representation of color #BC3EC2: hue angle of 297.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3EC2 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 62 194 -
CMYK 0.03 0.68 0 0.24
HSL 297.27º 0.52% 0.5% -
HSV(B) 297.27º 0.68% 0.76% -
XYZ 32.2 18.03 52.82 -
YUV 114.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 188 62 194 0.03 0.68 0 0.24 297.27 0.52 0.5
Hex BC 3E C2 3 44 0 18 129 34 32
Octal 274 76 302 3 104 0 30 451 64 62
Binary 10111100 111110 11000010 11 1000100 0 11000 100101001 110100 110010

Color Harmonies of #BC3EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EC2

Black with #BC3EC2

Text Example


Text Example

White with #BC3EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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