Html Css Color HEX #BC2EB8 Fuchsia

📋 copy color: '#BC2EB8'

red 188 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #BC2EB8

Tints of Fuchsia #BC2EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.02%

R = 44.98%
G = 11%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC2EB8 (or 0xBC2EB8) is known color: Fuchsia. HEX triplet: BC, 2E and B8. RGB value is (188,46,184). Sum of RGB (Red+Green+Blue) = 188+46+184=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EB8 is #43D147. Grayscale: #676767. Windows color (decimal): -4444488 or 12070588. OLE color: 12070588.

HSL color Cylindrical-coordinate representation of color #BC2EB8: hue angle of 301.69º 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 #BC2EB8 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 184 -
CMYK 0 0.76 0.02 0.26
HSL 301.69º 0.61% 0.46% -
HSV(B) 301.69º 0.76% 0.74% -
XYZ 30.37 16.11 46.86 -
YUV 104.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 188 46 184 0 0.76 0.02 0.26 301.69 0.61 0.46
Hex BC 2E B8 0 4C 2 1A 12E 3D 2E
Octal 274 56 270 0 114 2 32 456 75 56
Binary 10111100 101110 10111000 0 1001100 10 11010 100101110 111101 101110

Color Harmonies of #BC2EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EB8

Black with #BC2EB8

Text Example


Text Example

White with #BC2EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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