Html Css Color HEX #BB55AA Fuchsia

📋 copy color: '#BB55AA'

red 187 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #BB55AA

Tints of Fuchsia #BB55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 42.31%
G = 19.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB55AA (or 0xBB55AA) is known color: Fuchsia. HEX triplet: BB, 55 and AA. RGB value is (187,85,170). Sum of RGB (Red+Green+Blue) = 187+85+170=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AA is #44AA55. Grayscale: #7C7C7C. Windows color (decimal): -4500054 or 11163067. OLE color: 11163067.

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

Color convert

RGB 187 85 170 -
CMYK 0 0.55 0.09 0.27
HSL 310º 0.43% 0.53% -
HSV(B) 310º 0.55% 0.73% -
XYZ 31 19.96 40.25 -
YUV 125.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 187 85 170 0 0.55 0.09 0.27 310 0.43 0.53
Hex BB 55 AA 0 37 9 1B 136 2B 35
Octal 273 125 252 0 67 11 33 466 53 65
Binary 10111011 1010101 10101010 0 110111 1001 11011 100110110 101011 110101

Color Harmonies of #BB55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55AA

Black with #BB55AA

Text Example


Text Example

White with #BB55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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