Html Css Color HEX #BC40AC Fuchsia

📋 copy color: '#BC40AC'

red 188 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #BC40AC

Tints of Fuchsia #BC40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

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

R = 44.34%
G = 15.09%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC40AC (or 0xBC40AC) is known color: Fuchsia. HEX triplet: BC, 40 and AC. RGB value is (188,64,172). Sum of RGB (Red+Green+Blue) = 188+64+172=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40AC is #43BF53. Grayscale: #717171. Windows color (decimal): -4439892 or 11288764. OLE color: 11288764.

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

Color convert

RGB 188 64 172 -
CMYK 0 0.66 0.09 0.26
HSL 307.74º 0.49% 0.49% -
HSV(B) 307.74º 0.66% 0.74% -
XYZ 30.02 17.34 40.79 -
YUV 113.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 188 64 172 0 0.66 0.09 0.26 307.74 0.49 0.49
Hex BC 40 AC 0 42 9 1A 134 31 31
Octal 274 100 254 0 102 11 32 464 61 61
Binary 10111100 1000000 10101100 0 1000010 1001 11010 100110100 110001 110001

Color Harmonies of #BC40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40AC

Black with #BC40AC

Text Example


Text Example

White with #BC40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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