Html Css Color HEX #BC66AB Fuchsia

📋 copy color: '#BC66AB'

red 188 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #BC66AB

Tints of Fuchsia #BC66AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 40.78%
G = 22.13%
B = 37.09%

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

#BC66AB (or 0xBC66AB) is known color: Fuchsia. HEX triplet: BC, 66 and AB. RGB value is (188,102,171). Sum of RGB (Red+Green+Blue) = 188+102+171=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AB is #439954. Grayscale: #878787. Windows color (decimal): -4430165 or 11232956. OLE color: 11232956.

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

Color convert

RGB 188 102 171 -
CMYK 0 0.46 0.09 0.26
HSL 311.86º 0.39% 0.57% -
HSV(B) 311.86º 0.46% 0.74% -
XYZ 32.84 23.13 41.26 -
YUV 135.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 188 102 171 0 0.46 0.09 0.26 311.86 0.39 0.57
Hex BC 66 AB 0 2E 9 1A 138 27 39
Octal 274 146 253 0 56 11 32 470 47 71
Binary 10111100 1100110 10101011 0 101110 1001 11010 100111000 100111 111001

Color Harmonies of #BC66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66AB

Black with #BC66AB

Text Example


Text Example

White with #BC66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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