Html Css Color HEX #BB5AAC Fuchsia

📋 copy color: '#BB5AAC'

red 187 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #BB5AAC

Tints of Fuchsia #BB5AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 41.65%
G = 20.04%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB5AAC (or 0xBB5AAC) is known color: Fuchsia. HEX triplet: BB, 5A and AC. RGB value is (187,90,172). Sum of RGB (Red+Green+Blue) = 187+90+172=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AAC is #44A553. Grayscale: #808080. Windows color (decimal): -4498772 or 11295419. OLE color: 11295419.

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

Color convert

RGB 187 90 172 -
CMYK 0 0.52 0.08 0.27
HSL 309.28º 0.42% 0.54% -
HSV(B) 309.28º 0.52% 0.73% -
XYZ 31.6 20.86 41.39 -
YUV 128.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 187 90 172 0 0.52 0.08 0.27 309.28 0.42 0.54
Hex BB 5A AC 0 34 8 1B 135 2A 36
Octal 273 132 254 0 64 10 33 465 52 66
Binary 10111011 1011010 10101100 0 110100 1000 11011 100110101 101010 110110

Color Harmonies of #BB5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AAC

Black with #BB5AAC

Text Example


Text Example

White with #BB5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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