Html Css Color HEX #BC50AC Fuchsia

📋 copy color: '#BC50AC'

red 188 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #BC50AC

Tints of Fuchsia #BC50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

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

R = 42.73%
G = 18.18%
B = 39.09%

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

#BC50AC (or 0xBC50AC) is known color: Fuchsia. HEX triplet: BC, 50 and AC. RGB value is (188,80,172). Sum of RGB (Red+Green+Blue) = 188+80+172=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50AC is #43AF53. Grayscale: #7A7A7A. Windows color (decimal): -4435796 or 11292860. OLE color: 11292860.

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

Color convert

RGB 188 80 172 -
CMYK 0 0.57 0.09 0.26
HSL 308.89º 0.45% 0.53% -
HSV(B) 308.89º 0.57% 0.74% -
XYZ 31.05 19.41 41.14 -
YUV 122.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 188 80 172 0 0.57 0.09 0.26 308.89 0.45 0.53
Hex BC 50 AC 0 39 9 1A 135 2D 35
Octal 274 120 254 0 71 11 32 465 55 65
Binary 10111100 1010000 10101100 0 111001 1001 11010 100110101 101101 110101

Color Harmonies of #BC50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50AC

Black with #BC50AC

Text Example


Text Example

White with #BC50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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