Html Css Color HEX #BB66AB Fuchsia

📋 copy color: '#BB66AB'

red 187 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #BB66AB

Tints of Fuchsia #BB66AB

RGB

 RED value IS 187 (73.44% from 255) = 40.65%

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

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

R = 40.65%
G = 22.17%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB66AB (or 0xBB66AB) is known color: Fuchsia. HEX triplet: BB, 66 and AB. RGB value is (187,102,171). Sum of RGB (Red+Green+Blue) = 187+102+171=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66AB is #449954. Grayscale: #878787. Windows color (decimal): -4495701 or 11232955. OLE color: 11232955.

HSL color Cylindrical-coordinate representation of color #BB66AB: hue angle of 311.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB66AB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 102 171 -
CMYK 0 0.45 0.09 0.27
HSL 311.29º 0.38% 0.57% -
HSV(B) 311.29º 0.45% 0.73% -
XYZ 32.6 23.01 41.25 -
YUV 135.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 187 102 171 0 0.45 0.09 0.27 311.29 0.38 0.57
Hex BB 66 AB 0 2D 9 1B 137 26 39
Octal 273 146 253 0 55 11 33 467 46 71
Binary 10111011 1100110 10101011 0 101101 1001 11011 100110111 100110 111001

Color Harmonies of #BB66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66AB

Black with #BB66AB

Text Example


Text Example

White with #BB66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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