Html Css Color HEX #BC60AA Fuchsia

📋 copy color: '#BC60AA'

red 188 ◦ green 96 ◦ blue 170

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

Shades of Fuchsia #BC60AA

Tints of Fuchsia #BC60AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 41.41%
G = 21.15%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC60AA (or 0xBC60AA) is known color: Fuchsia. HEX triplet: BC, 60 and AA. RGB value is (188,96,170). Sum of RGB (Red+Green+Blue) = 188+96+170=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60AA is #439F55. Grayscale: #838383. Windows color (decimal): -4431702 or 11165884. OLE color: 11165884.

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

Color convert

RGB 188 96 170 -
CMYK 0 0.49 0.10 0.26
HSL 311.74º 0.41% 0.56% -
HSV(B) 311.74º 0.49% 0.74% -
XYZ 32.18 21.96 40.57 -
YUV 131.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 188 96 170 0 0.49 0.10 0.26 311.74 0.41 0.56
Hex BC 60 AA 0 31 A 1A 138 29 38
Octal 274 140 252 0 61 12 32 470 51 70
Binary 10111100 1100000 10101010 0 110001 1010 11010 100111000 101001 111000

Color Harmonies of #BC60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60AA

Black with #BC60AA

Text Example


Text Example

White with #BC60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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