Html Css Color HEX #BB66AA Fuchsia

📋 copy color: '#BB66AA'

red 187 ◦ green 102 ◦ blue 170

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

Shades of Fuchsia #BB66AA

Tints of Fuchsia #BB66AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 40.74%
G = 22.22%
B = 37.04%

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

#BB66AA (or 0xBB66AA) is known color: Fuchsia. HEX triplet: BB, 66 and AA. RGB value is (187,102,170). Sum of RGB (Red+Green+Blue) = 187+102+170=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66AA is #449955. Grayscale: #868686. Windows color (decimal): -4495702 or 11167419. OLE color: 11167419.

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

Color convert

RGB 187 102 170 -
CMYK 0 0.45 0.09 0.27
HSL 312º 0.38% 0.57% -
HSV(B) 312º 0.45% 0.73% -
XYZ 32.5 22.97 40.75 -
YUV 135.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 187 102 170 0 0.45 0.09 0.27 312 0.38 0.57
Hex BB 66 AA 0 2D 9 1B 138 26 39
Octal 273 146 252 0 55 11 33 470 46 71
Binary 10111011 1100110 10101010 0 101101 1001 11011 100111000 100110 111001

Color Harmonies of #BB66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66AA

Black with #BB66AA

Text Example


Text Example

White with #BB66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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