Html Css Color HEX #BC31AC Fuchsia

📋 copy color: '#BC31AC'

red 188 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #BC31AC

Tints of Fuchsia #BC31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

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

R = 45.97%
G = 11.98%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC31AC (or 0xBC31AC) is known color: Fuchsia. HEX triplet: BC, 31 and AC. RGB value is (188,49,172). Sum of RGB (Red+Green+Blue) = 188+49+172=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31AC is #43CE53. Grayscale: #686868. Windows color (decimal): -4443732 or 11284924. OLE color: 11284924.

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

Color convert

RGB 188 49 172 -
CMYK 0 0.74 0.09 0.26
HSL 306.91º 0.59% 0.46% -
HSV(B) 306.91º 0.74% 0.74% -
XYZ 29.28 15.87 40.55 -
YUV 104.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 188 49 172 0 0.74 0.09 0.26 306.91 0.59 0.46
Hex BC 31 AC 0 4A 9 1A 133 3B 2E
Octal 274 61 254 0 112 11 32 463 73 56
Binary 10111100 110001 10101100 0 1001010 1001 11010 100110011 111011 101110

Color Harmonies of #BC31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31AC

Black with #BC31AC

Text Example


Text Example

White with #BC31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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