Html Css Color HEX #BC2EB2 Fuchsia

📋 copy color: '#BC2EB2'

red 188 ◦ green 46 ◦ blue 178

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

Shades of Fuchsia #BC2EB2

Tints of Fuchsia #BC2EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.2%

R = 45.63%
G = 11.17%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC2EB2 (or 0xBC2EB2) is known color: Fuchsia. HEX triplet: BC, 2E and B2. RGB value is (188,46,178). Sum of RGB (Red+Green+Blue) = 188+46+178=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2EB2 is #43D14D. Grayscale: #676767. Windows color (decimal): -4444494 or 11677372. OLE color: 11677372.

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

Color convert

RGB 188 46 178 -
CMYK 0 0.76 0.05 0.26
HSL 304.23º 0.61% 0.46% -
HSV(B) 304.23º 0.76% 0.74% -
XYZ 29.75 15.86 43.61 -
YUV 103.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 188 46 178 0 0.76 0.05 0.26 304.23 0.61 0.46
Hex BC 2E B2 0 4C 5 1A 130 3D 2E
Octal 274 56 262 0 114 5 32 460 75 56
Binary 10111100 101110 10110010 0 1001100 101 11010 100110000 111101 101110

Color Harmonies of #BC2EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EB2

Black with #BC2EB2

Text Example


Text Example

White with #BC2EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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