Html Css Color HEX #BB54AA Fuchsia

📋 copy color: '#BB54AA'

red 187 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #BB54AA

Tints of Fuchsia #BB54AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

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

R = 42.4%
G = 19.05%
B = 38.55%

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

#BB54AA (or 0xBB54AA) is known color: Fuchsia. HEX triplet: BB, 54 and AA. RGB value is (187,84,170). Sum of RGB (Red+Green+Blue) = 187+84+170=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB54AA is #44AB55. Grayscale: #7C7C7C. Windows color (decimal): -4500310 or 11162811. OLE color: 11162811.

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

Color convert

RGB 187 84 170 -
CMYK 0 0.55 0.09 0.27
HSL 309.9º 0.43% 0.53% -
HSV(B) 309.9º 0.55% 0.73% -
XYZ 30.92 19.81 40.22 -
YUV 124.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 187 84 170 0 0.55 0.09 0.27 309.9 0.43 0.53
Hex BB 54 AA 0 37 9 1B 136 2B 35
Octal 273 124 252 0 67 11 33 466 53 65
Binary 10111011 1010100 10101010 0 110111 1001 11011 100110110 101011 110101

Color Harmonies of #BB54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54AA

Black with #BB54AA

Text Example


Text Example

White with #BB54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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