Html Css Color HEX #BC54A5 Fuchsia

📋 copy color: '#BC54A5'

red 188 ◦ green 84 ◦ blue 165

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

Shades of Fuchsia #BC54A5

Tints of Fuchsia #BC54A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 43.02%
G = 19.22%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC54A5 (or 0xBC54A5) is known color: Fuchsia. HEX triplet: BC, 54 and A5. RGB value is (188,84,165). Sum of RGB (Red+Green+Blue) = 188+84+165=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A5 is #43AB5A. Grayscale: #7C7C7C. Windows color (decimal): -4434779 or 10835132. OLE color: 10835132.

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

Color convert

RGB 188 84 165 -
CMYK 0 0.55 0.12 0.26
HSL 313.27º 0.44% 0.53% -
HSV(B) 313.27º 0.55% 0.74% -
XYZ 30.7 19.75 37.79 -
YUV 124.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 188 84 165 0 0.55 0.12 0.26 313.27 0.44 0.53
Hex BC 54 A5 0 37 C 1A 139 2C 35
Octal 274 124 245 0 67 14 32 471 54 65
Binary 10111100 1010100 10100101 0 110111 1100 11010 100111001 101100 110101

Color Harmonies of #BC54A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54A5

Black with #BC54A5

Text Example


Text Example

White with #BC54A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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