Html Css Color HEX #BC3EC6 Fuchsia

📋 copy color: '#BC3EC6'

red 188 ◦ green 62 ◦ blue 198

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

Shades of Fuchsia #BC3EC6

Tints of Fuchsia #BC3EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 41.96%
G = 13.84%
B = 44.2%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC3EC6 (or 0xBC3EC6) is known color: Fuchsia. HEX triplet: BC, 3E and C6. RGB value is (188,62,198). Sum of RGB (Red+Green+Blue) = 188+62+198=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EC6 is #43C139. Grayscale: #727272. Windows color (decimal): -4440378 or 12992188. OLE color: 12992188.

HSL color Cylindrical-coordinate representation of color #BC3EC6: hue angle of 295.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3EC6 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 62 198 -
CMYK 0.05 0.69 0 0.22
HSL 295.59º 0.54% 0.51% -
HSV(B) 295.59º 0.69% 0.78% -
XYZ 32.65 18.21 55.22 -
YUV 115.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 188 62 198 0.05 0.69 0 0.22 295.59 0.54 0.51
Hex BC 3E C6 5 45 0 16 128 36 33
Octal 274 76 306 5 105 0 26 450 66 63
Binary 10111100 111110 11000110 101 1000101 0 10110 100101000 110110 110011

Color Harmonies of #BC3EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EC6

Black with #BC3EC6

Text Example


Text Example

White with #BC3EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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