Html Css Color HEX #BC51AA Fuchsia

📋 copy color: '#BC51AA'

red 188 ◦ green 81 ◦ blue 170

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

Shades of Fuchsia #BC51AA

Tints of Fuchsia #BC51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

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

R = 42.82%
G = 18.45%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC51AA (or 0xBC51AA) is known color: Fuchsia. HEX triplet: BC, 51 and AA. RGB value is (188,81,170). Sum of RGB (Red+Green+Blue) = 188+81+170=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AA is #43AE55. Grayscale: #7A7A7A. Windows color (decimal): -4435542 or 11162044. OLE color: 11162044.

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

Color convert

RGB 188 81 170 -
CMYK 0 0.57 0.10 0.26
HSL 310.09º 0.44% 0.53% -
HSV(B) 310.09º 0.57% 0.74% -
XYZ 30.94 19.48 40.16 -
YUV 123.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 188 81 170 0 0.57 0.10 0.26 310.09 0.44 0.53
Hex BC 51 AA 0 39 A 1A 136 2C 35
Octal 274 121 252 0 71 12 32 466 54 65
Binary 10111100 1010001 10101010 0 111001 1010 11010 100110110 101100 110101

Color Harmonies of #BC51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51AA

Black with #BC51AA

Text Example


Text Example

White with #BC51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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