Html Css Color HEX #BC52AA Fuchsia

📋 copy color: '#BC52AA'

red 188 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #BC52AA

Tints of Fuchsia #BC52AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.64%

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

R = 42.73%
G = 18.64%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC52AA (or 0xBC52AA) is known color: Fuchsia. HEX triplet: BC, 52 and AA. RGB value is (188,82,170). Sum of RGB (Red+Green+Blue) = 188+82+170=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC52AA is #43AD55. Grayscale: #7B7B7B. Windows color (decimal): -4435286 or 11162300. OLE color: 11162300.

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

Color convert

RGB 188 82 170 -
CMYK 0 0.56 0.10 0.26
HSL 310.19º 0.44% 0.53% -
HSV(B) 310.19º 0.56% 0.74% -
XYZ 31.01 19.63 40.18 -
YUV 123.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 188 82 170 0 0.56 0.10 0.26 310.19 0.44 0.53
Hex BC 52 AA 0 38 A 1A 136 2C 35
Octal 274 122 252 0 70 12 32 466 54 65
Binary 10111100 1010010 10101010 0 111000 1010 11010 100110110 101100 110101

Color Harmonies of #BC52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52AA

Black with #BC52AA

Text Example


Text Example

White with #BC52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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