Html Css Color HEX #BC55AD Fuchsia

📋 copy color: '#BC55AD'

red 188 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #BC55AD

Tints of Fuchsia #BC55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 42.15%
G = 19.06%
B = 38.79%

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

#BC55AD (or 0xBC55AD) is known color: Fuchsia. HEX triplet: BC, 55 and AD. RGB value is (188,85,173). Sum of RGB (Red+Green+Blue) = 188+85+173=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AD is #43AA52. Grayscale: #7D7D7D. Windows color (decimal): -4434515 or 11359676. OLE color: 11359676.

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

Color convert

RGB 188 85 173 -
CMYK 0 0.55 0.08 0.26
HSL 308.74º 0.43% 0.54% -
HSV(B) 308.74º 0.55% 0.74% -
XYZ 31.53 20.21 41.77 -
YUV 125.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 188 85 173 0 0.55 0.08 0.26 308.74 0.43 0.54
Hex BC 55 AD 0 37 8 1A 135 2B 36
Octal 274 125 255 0 67 10 32 465 53 66
Binary 10111100 1010101 10101101 0 110111 1000 11010 100110101 101011 110110

Color Harmonies of #BC55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55AD

Black with #BC55AD

Text Example


Text Example

White with #BC55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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