Html Css Color HEX #BC60AD Fuchsia

📋 copy color: '#BC60AD'

red 188 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #BC60AD

Tints of Fuchsia #BC60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 41.14%
G = 21.01%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC60AD (or 0xBC60AD) is known color: Fuchsia. HEX triplet: BC, 60 and AD. RGB value is (188,96,173). Sum of RGB (Red+Green+Blue) = 188+96+173=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60AD is #439F52. Grayscale: #848484. Windows color (decimal): -4431699 or 11362492. OLE color: 11362492.

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

Color convert

RGB 188 96 173 -
CMYK 0 0.49 0.08 0.26
HSL 309.78º 0.41% 0.56% -
HSV(B) 309.78º 0.49% 0.74% -
XYZ 32.46 22.07 42.08 -
YUV 132.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 188 96 173 0 0.49 0.08 0.26 309.78 0.41 0.56
Hex BC 60 AD 0 31 8 1A 136 29 38
Octal 274 140 255 0 61 10 32 466 51 70
Binary 10111100 1100000 10101101 0 110001 1000 11010 100110110 101001 111000

Color Harmonies of #BC60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60AD

Black with #BC60AD

Text Example


Text Example

White with #BC60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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