Html Css Color HEX #BC4DAC Fuchsia

📋 copy color: '#BC4DAC'

red 188 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #BC4DAC

Tints of Fuchsia #BC4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

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

R = 43.02%
G = 17.62%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC4DAC (or 0xBC4DAC) is known color: Fuchsia. HEX triplet: BC, 4D and AC. RGB value is (188,77,172). Sum of RGB (Red+Green+Blue) = 188+77+172=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DAC is #43B253. Grayscale: #787878. Windows color (decimal): -4436564 or 11292092. OLE color: 11292092.

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

Color convert

RGB 188 77 172 -
CMYK 0 0.59 0.09 0.26
HSL 308.65º 0.45% 0.52% -
HSV(B) 308.65º 0.59% 0.74% -
XYZ 30.84 18.98 41.07 -
YUV 121.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 188 77 172 0 0.59 0.09 0.26 308.65 0.45 0.52
Hex BC 4D AC 0 3B 9 1A 135 2D 34
Octal 274 115 254 0 73 11 32 465 55 64
Binary 10111100 1001101 10101100 0 111011 1001 11010 100110101 101101 110100

Color Harmonies of #BC4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DAC

Black with #BC4DAC

Text Example


Text Example

White with #BC4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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