Html Css Color HEX #BC2DAC Fuchsia

📋 copy color: '#BC2DAC'

red 188 ◦ green 45 ◦ blue 172

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

Shades of Fuchsia #BC2DAC

Tints of Fuchsia #BC2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

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

R = 46.42%
G = 11.11%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC2DAC (or 0xBC2DAC) is known color: Fuchsia. HEX triplet: BC, 2D and AC. RGB value is (188,45,172). Sum of RGB (Red+Green+Blue) = 188+45+172=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DAC is #43D253. Grayscale: #656565. Windows color (decimal): -4444756 or 11283900. OLE color: 11283900.

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

Color convert

RGB 188 45 172 -
CMYK 0 0.76 0.09 0.26
HSL 306.71º 0.61% 0.46% -
HSV(B) 306.71º 0.76% 0.74% -
XYZ 29.12 15.55 40.5 -
YUV 102.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 188 45 172 0 0.76 0.09 0.26 306.71 0.61 0.46
Hex BC 2D AC 0 4C 9 1A 133 3D 2E
Octal 274 55 254 0 114 11 32 463 75 56
Binary 10111100 101101 10101100 0 1001100 1001 11010 100110011 111101 101110

Color Harmonies of #BC2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DAC

Black with #BC2DAC

Text Example


Text Example

White with #BC2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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