Html Css Color HEX #BC54A8 Fuchsia

📋 copy color: '#BC54A8'

red 188 ◦ green 84 ◦ blue 168

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

Shades of Fuchsia #BC54A8

Tints of Fuchsia #BC54A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 42.73%
G = 19.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC54A8 (or 0xBC54A8) is known color: Fuchsia. HEX triplet: BC, 54 and A8. RGB value is (188,84,168). Sum of RGB (Red+Green+Blue) = 188+84+168=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A8 is #43AB57. Grayscale: #7C7C7C. Windows color (decimal): -4434776 or 11031740. OLE color: 11031740.

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

Color convert

RGB 188 84 168 -
CMYK 0 0.55 0.11 0.26
HSL 311.54º 0.44% 0.53% -
HSV(B) 311.54º 0.55% 0.74% -
XYZ 30.98 19.86 39.25 -
YUV 124.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 188 84 168 0 0.55 0.11 0.26 311.54 0.44 0.53
Hex BC 54 A8 0 37 B 1A 138 2C 35
Octal 274 124 250 0 67 13 32 470 54 65
Binary 10111100 1010100 10101000 0 110111 1011 11010 100111000 101100 110101

Color Harmonies of #BC54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54A8

Black with #BC54A8

Text Example


Text Example

White with #BC54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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