Html Css Color HEX #BC4EB2 Fuchsia

📋 copy color: '#BC4EB2'

red 188 ◦ green 78 ◦ blue 178

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

Shades of Fuchsia #BC4EB2

Tints of Fuchsia #BC4EB2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.57%

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

R = 42.34%
G = 17.57%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC4EB2 (or 0xBC4EB2) is known color: Fuchsia. HEX triplet: BC, 4E and B2. RGB value is (188,78,178). Sum of RGB (Red+Green+Blue) = 188+78+178=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4EB2 is #43B14D. Grayscale: #797979. Windows color (decimal): -4436302 or 11685564. OLE color: 11685564.

HSL color Cylindrical-coordinate representation of color #BC4EB2: hue angle of 305.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4EB2 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 178 -
CMYK 0 0.59 0.05 0.26
HSL 305.45º 0.45% 0.52% -
HSV(B) 305.45º 0.59% 0.74% -
XYZ 31.5 19.35 44.2 -
YUV 122.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 188 78 178 0 0.59 0.05 0.26 305.45 0.45 0.52
Hex BC 4E B2 0 3B 5 1A 131 2D 34
Octal 274 116 262 0 73 5 32 461 55 64
Binary 10111100 1001110 10110010 0 111011 101 11010 100110001 101101 110100

Color Harmonies of #BC4EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EB2

Black with #BC4EB2

Text Example


Text Example

White with #BC4EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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