Html Css Color HEX #BC54B0 Fuchsia

📋 copy color: '#BC54B0'

red 188 ◦ green 84 ◦ blue 176

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

Shades of Fuchsia #BC54B0

Tints of Fuchsia #BC54B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 41.96%
G = 18.75%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC54B0 (or 0xBC54B0) is known color: Fuchsia. HEX triplet: BC, 54 and B0. RGB value is (188,84,176). Sum of RGB (Red+Green+Blue) = 188+84+176=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54B0 is #43AB4F. Grayscale: #7D7D7D. Windows color (decimal): -4434768 or 11556028. OLE color: 11556028.

HSL color Cylindrical-coordinate representation of color #BC54B0: hue angle of 306.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC54B0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 176 -
CMYK 0 0.55 0.06 0.26
HSL 306.92º 0.44% 0.53% -
HSV(B) 306.92º 0.55% 0.74% -
XYZ 31.75 20.17 43.29 -
YUV 125.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 188 84 176 0 0.55 0.06 0.26 306.92 0.44 0.53
Hex BC 54 B0 0 37 6 1A 133 2C 35
Octal 274 124 260 0 67 6 32 463 54 65
Binary 10111100 1010100 10110000 0 110111 110 11010 100110011 101100 110101

Color Harmonies of #BC54B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54B0

Black with #BC54B0

Text Example


Text Example

White with #BC54B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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