Html Css Color HEX #BC59A8 Fuchsia

📋 copy color: '#BC59A8'

red 188 ◦ green 89 ◦ blue 168

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

Shades of Fuchsia #BC59A8

Tints of Fuchsia #BC59A8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 42.25%
G = 20%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC59A8 (or 0xBC59A8) is known color: Fuchsia. HEX triplet: BC, 59 and A8. RGB value is (188,89,168). Sum of RGB (Red+Green+Blue) = 188+89+168=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A8 is #43A657. Grayscale: #7F7F7F. Windows color (decimal): -4433496 or 11033020. OLE color: 11033020.

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

Color convert

RGB 188 89 168 -
CMYK 0 0.53 0.11 0.26
HSL 312.12º 0.42% 0.54% -
HSV(B) 312.12º 0.53% 0.74% -
XYZ 31.38 20.66 39.38 -
YUV 127.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 188 89 168 0 0.53 0.11 0.26 312.12 0.42 0.54
Hex BC 59 A8 0 35 B 1A 138 2A 36
Octal 274 131 250 0 65 13 32 470 52 66
Binary 10111100 1011001 10101000 0 110101 1011 11010 100111000 101010 110110

Color Harmonies of #BC59A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59A8

Black with #BC59A8

Text Example


Text Example

White with #BC59A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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