Html Css Color HEX #BC66AC Fuchsia

📋 copy color: '#BC66AC'

red 188 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #BC66AC

Tints of Fuchsia #BC66AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.08%

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

R = 40.69%
G = 22.08%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC66AC (or 0xBC66AC) is known color: Fuchsia. HEX triplet: BC, 66 and AC. RGB value is (188,102,172). Sum of RGB (Red+Green+Blue) = 188+102+172=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AC is #439953. Grayscale: #878787. Windows color (decimal): -4430164 or 11298492. OLE color: 11298492.

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

Color convert

RGB 188 102 172 -
CMYK 0 0.46 0.09 0.26
HSL 311.16º 0.39% 0.57% -
HSV(B) 311.16º 0.46% 0.74% -
XYZ 32.94 23.17 41.77 -
YUV 135.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 188 102 172 0 0.46 0.09 0.26 311.16 0.39 0.57
Hex BC 66 AC 0 2E 9 1A 137 27 39
Octal 274 146 254 0 56 11 32 467 47 71
Binary 10111100 1100110 10101100 0 101110 1001 11010 100110111 100111 111001

Color Harmonies of #BC66AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66AC

Black with #BC66AC

Text Example


Text Example

White with #BC66AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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