Html Css Color HEX #BC54AD Fuchsia

📋 copy color: '#BC54AD'

red 188 ◦ green 84 ◦ blue 173

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

Shades of Fuchsia #BC54AD

Tints of Fuchsia #BC54AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 42.25%
G = 18.88%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC54AD (or 0xBC54AD) is known color: Fuchsia. HEX triplet: BC, 54 and AD. RGB value is (188,84,173). Sum of RGB (Red+Green+Blue) = 188+84+173=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54AD is #43AB52. Grayscale: #7C7C7C. Windows color (decimal): -4434771 or 11359420. OLE color: 11359420.

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

Color convert

RGB 188 84 173 -
CMYK 0 0.55 0.08 0.26
HSL 308.65º 0.44% 0.53% -
HSV(B) 308.65º 0.55% 0.74% -
XYZ 31.45 20.05 41.75 -
YUV 125.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 188 84 173 0 0.55 0.08 0.26 308.65 0.44 0.53
Hex BC 54 AD 0 37 8 1A 135 2C 35
Octal 274 124 255 0 67 10 32 465 54 65
Binary 10111100 1010100 10101101 0 110111 1000 11010 100110101 101100 110101

Color Harmonies of #BC54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54AD

Black with #BC54AD

Text Example


Text Example

White with #BC54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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