Html Css Color HEX #BC54BF Fuchsia

📋 copy color: '#BC54BF'

red 188 ◦ green 84 ◦ blue 191

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

Shades of Fuchsia #BC54BF

Tints of Fuchsia #BC54BF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 40.6%
G = 18.14%
B = 41.25%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC54BF (or 0xBC54BF) is known color: Fuchsia. HEX triplet: BC, 54 and BF. RGB value is (188,84,191). Sum of RGB (Red+Green+Blue) = 188+84+191=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC54BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54BF is #43AB40. Grayscale: #7E7E7E. Windows color (decimal): -4434753 or 12539068. OLE color: 12539068.

HSL color Cylindrical-coordinate representation of color #BC54BF: hue angle of 298.32º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC54BF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 84 191 -
CMYK 0.02 0.56 0 0.25
HSL 298.32º 0.46% 0.54% -
HSV(B) 298.32º 0.56% 0.75% -
XYZ 33.31 20.79 51.55 -
YUV 127.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 188 84 191 0.02 0.56 0 0.25 298.32 0.46 0.54
Hex BC 54 BF 2 38 0 19 12A 2E 36
Octal 274 124 277 2 70 0 31 452 56 66
Binary 10111100 1010100 10111111 10 111000 0 11001 100101010 101110 110110

Color Harmonies of #BC54BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54BF

Black with #BC54BF

Text Example


Text Example

White with #BC54BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54BF; }

 p { color: rgb(188,84,191); }

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

background-color css

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

 a { background-color: rgb(188,84,191); }

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

border-color css

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

 span { border-color: rgb(188,84,191); }

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