Html Css Color HEX #BC2EBA Fuchsia

📋 copy color: '#BC2EBA'

red 188 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #BC2EBA

Tints of Fuchsia #BC2EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 44.76%
G = 10.95%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC2EBA (or 0xBC2EBA) is known color: Fuchsia. HEX triplet: BC, 2E and BA. RGB value is (188,46,186). Sum of RGB (Red+Green+Blue) = 188+46+186=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EBA is #43D145. Grayscale: #686868. Windows color (decimal): -4444486 or 12201660. OLE color: 12201660.

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

Color convert

RGB 188 46 186 -
CMYK 0 0.76 0.01 0.26
HSL 300.85º 0.61% 0.46% -
HSV(B) 300.85º 0.76% 0.74% -
XYZ 30.58 16.19 47.97 -
YUV 104.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 188 46 186 0 0.76 0.01 0.26 300.85 0.61 0.46
Hex BC 2E BA 0 4C 1 1A 12D 3D 2E
Octal 274 56 272 0 114 1 32 455 75 56
Binary 10111100 101110 10111010 0 1001100 1 11010 100101101 111101 101110

Color Harmonies of #BC2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EBA

Black with #BC2EBA

Text Example


Text Example

White with #BC2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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