Html Css Color HEX #BC51AC Fuchsia

📋 copy color: '#BC51AC'

red 188 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #BC51AC

Tints of Fuchsia #BC51AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 42.63%
G = 18.37%
B = 39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC51AC (or 0xBC51AC) is known color: Fuchsia. HEX triplet: BC, 51 and AC. RGB value is (188,81,172). Sum of RGB (Red+Green+Blue) = 188+81+172=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AC is #43AE53. Grayscale: #7B7B7B. Windows color (decimal): -4435540 or 11293116. OLE color: 11293116.

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

Color convert

RGB 188 81 172 -
CMYK 0 0.57 0.09 0.26
HSL 308.97º 0.44% 0.53% -
HSV(B) 308.97º 0.57% 0.74% -
XYZ 31.13 19.55 41.16 -
YUV 123.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 188 81 172 0 0.57 0.09 0.26 308.97 0.44 0.53
Hex BC 51 AC 0 39 9 1A 135 2C 35
Octal 274 121 254 0 71 11 32 465 54 65
Binary 10111100 1010001 10101100 0 111001 1001 11010 100110101 101100 110101

Color Harmonies of #BC51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51AC

Black with #BC51AC

Text Example


Text Example

White with #BC51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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