Html Css Color HEX #BC2EBE Fuchsia

📋 copy color: '#BC2EBE'

red 188 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #BC2EBE

Tints of Fuchsia #BC2EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 44.34%
G = 10.85%
B = 44.81%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2EBE (or 0xBC2EBE) is known color: Fuchsia. HEX triplet: BC, 2E and BE. RGB value is (188,46,190). Sum of RGB (Red+Green+Blue) = 188+46+190=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EBE is #43D141. Grayscale: #686868. Windows color (decimal): -4444482 or 12463804. OLE color: 12463804.

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

Color convert

RGB 188 46 190 -
CMYK 0.01 0.76 0 0.25
HSL 299.17º 0.61% 0.46% -
HSV(B) 299.17º 0.76% 0.75% -
XYZ 31.01 16.36 50.24 -
YUV 104.87 176.04 187.29 -
System Red Green Blue C M Y K H S L
Decimal 188 46 190 0.01 0.76 0 0.25 299.17 0.61 0.46
Hex BC 2E BE 1 4C 0 19 12B 3D 2E
Octal 274 56 276 1 114 0 31 453 75 56
Binary 10111100 101110 10111110 1 1001100 0 11001 100101011 111101 101110

Color Harmonies of #BC2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EBE

Black with #BC2EBE

Text Example


Text Example

White with #BC2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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