Html Css Color HEX #BC4EBA Fuchsia

📋 copy color: '#BC4EBA'

red 188 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #BC4EBA

Tints of Fuchsia #BC4EBA

RGB

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

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

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

R = 41.59%
G = 17.26%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC4EBA (or 0xBC4EBA) is known color: Fuchsia. HEX triplet: BC, 4E and BA. RGB value is (188,78,186). Sum of RGB (Red+Green+Blue) = 188+78+186=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EBA is #43B145. Grayscale: #7A7A7A. Windows color (decimal): -4436294 or 12209852. OLE color: 12209852.

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

Color convert

RGB 188 78 186 -
CMYK 0 0.59 0.01 0.26
HSL 301.09º 0.45% 0.52% -
HSV(B) 301.09º 0.59% 0.74% -
XYZ 32.33 19.69 48.55 -
YUV 123.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 188 78 186 0 0.59 0.01 0.26 301.09 0.45 0.52
Hex BC 4E BA 0 3B 1 1A 12D 2D 34
Octal 274 116 272 0 73 1 32 455 55 64
Binary 10111100 1001110 10111010 0 111011 1 11010 100101101 101101 110100

Color Harmonies of #BC4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EBA

Black with #BC4EBA

Text Example


Text Example

White with #BC4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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