Html Css Color HEX #BC59AD Fuchsia

📋 copy color: '#BC59AD'

red 188 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #BC59AD

Tints of Fuchsia #BC59AD

RGB

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

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

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

R = 41.78%
G = 19.78%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC59AD (or 0xBC59AD) is known color: Fuchsia. HEX triplet: BC, 59 and AD. RGB value is (188,89,173). Sum of RGB (Red+Green+Blue) = 188+89+173=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59AD is #43A652. Grayscale: #7F7F7F. Windows color (decimal): -4433491 or 11360700. OLE color: 11360700.

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

Color convert

RGB 188 89 173 -
CMYK 0 0.53 0.08 0.26
HSL 309.09º 0.42% 0.54% -
HSV(B) 309.09º 0.53% 0.74% -
XYZ 31.85 20.85 41.88 -
YUV 128.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 188 89 173 0 0.53 0.08 0.26 309.09 0.42 0.54
Hex BC 59 AD 0 35 8 1A 135 2A 36
Octal 274 131 255 0 65 10 32 465 52 66
Binary 10111100 1011001 10101101 0 110101 1000 11010 100110101 101010 110110

Color Harmonies of #BC59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59AD

Black with #BC59AD

Text Example


Text Example

White with #BC59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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