Html Css Color HEX #BB5AAA Fuchsia

📋 copy color: '#BB5AAA'

red 187 ◦ green 90 ◦ blue 170

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

Shades of Fuchsia #BB5AAA

Tints of Fuchsia #BB5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

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

R = 41.83%
G = 20.13%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB5AAA (or 0xBB5AAA) is known color: Fuchsia. HEX triplet: BB, 5A and AA. RGB value is (187,90,170). Sum of RGB (Red+Green+Blue) = 187+90+170=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AAA is #44A555. Grayscale: #7F7F7F. Windows color (decimal): -4498774 or 11164347. OLE color: 11164347.

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

Color convert

RGB 187 90 170 -
CMYK 0 0.52 0.09 0.27
HSL 310.52º 0.42% 0.54% -
HSV(B) 310.52º 0.52% 0.73% -
XYZ 31.41 20.78 40.39 -
YUV 128.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 187 90 170 0 0.52 0.09 0.27 310.52 0.42 0.54
Hex BB 5A AA 0 34 9 1B 137 2A 36
Octal 273 132 252 0 64 11 33 467 52 66
Binary 10111011 1011010 10101010 0 110100 1001 11011 100110111 101010 110110

Color Harmonies of #BB5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AAA

Black with #BB5AAA

Text Example


Text Example

White with #BB5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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