Html Css Color HEX #BC54C0 Fuchsia

📋 copy color: '#BC54C0'

red 188 ◦ green 84 ◦ blue 192

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

Shades of Fuchsia #BC54C0

Tints of Fuchsia #BC54C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 40.52%
G = 18.1%
B = 41.38%

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

#BC54C0 (or 0xBC54C0) is known color: Fuchsia. HEX triplet: BC, 54 and C0. RGB value is (188,84,192). Sum of RGB (Red+Green+Blue) = 188+84+192=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC54C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C0 is #43AB3F. Grayscale: #7F7F7F. Windows color (decimal): -4434752 or 12604604. OLE color: 12604604.

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

Color convert

RGB 188 84 192 -
CMYK 0.02 0.56 0 0.25
HSL 297.78º 0.46% 0.54% -
HSV(B) 297.78º 0.56% 0.75% -
XYZ 33.42 20.84 52.13 -
YUV 127.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 188 84 192 0.02 0.56 0 0.25 297.78 0.46 0.54
Hex BC 54 C0 2 38 0 19 12A 2E 36
Octal 274 124 300 2 70 0 31 452 56 66
Binary 10111100 1010100 11000000 10 111000 0 11001 100101010 101110 110110

Color Harmonies of #BC54C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54C0

Black with #BC54C0

Text Example


Text Example

White with #BC54C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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