Html Css Color HEX #BC3EBF Fuchsia

📋 copy color: '#BC3EBF'

red 188 ◦ green 62 ◦ blue 191

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

Shades of Fuchsia #BC3EBF

Tints of Fuchsia #BC3EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 42.63%
G = 14.06%
B = 43.31%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC3EBF (or 0xBC3EBF) is known color: Fuchsia. HEX triplet: BC, 3E and BF. RGB value is (188,62,191). Sum of RGB (Red+Green+Blue) = 188+62+191=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC3EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EBF is #43C140. Grayscale: #717171. Windows color (decimal): -4440385 or 12533436. OLE color: 12533436.

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

Color convert

RGB 188 62 191 -
CMYK 0.02 0.68 0 0.25
HSL 298.6º 0.51% 0.5% -
HSV(B) 298.6º 0.68% 0.75% -
XYZ 31.87 17.9 51.07 -
YUV 114.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 188 62 191 0.02 0.68 0 0.25 298.6 0.51 0.5
Hex BC 3E BF 2 44 0 19 12B 33 32
Octal 274 76 277 2 104 0 31 453 63 62
Binary 10111100 111110 10111111 10 1000100 0 11001 100101011 110011 110010

Color Harmonies of #BC3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EBF

Black with #BC3EBF

Text Example


Text Example

White with #BC3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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