Html Css Color HEX #BB5AAB Fuchsia

📋 copy color: '#BB5AAB'

red 187 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #BB5AAB

Tints of Fuchsia #BB5AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 41.74%
G = 20.09%
B = 38.17%

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

#BB5AAB (or 0xBB5AAB) is known color: Fuchsia. HEX triplet: BB, 5A and AB. RGB value is (187,90,171). Sum of RGB (Red+Green+Blue) = 187+90+171=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AAB is #44A554. Grayscale: #808080. Windows color (decimal): -4498773 or 11229883. OLE color: 11229883.

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

Color convert

RGB 187 90 171 -
CMYK 0 0.52 0.09 0.27
HSL 309.9º 0.42% 0.54% -
HSV(B) 309.9º 0.52% 0.73% -
XYZ 31.5 20.82 40.89 -
YUV 128.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 187 90 171 0 0.52 0.09 0.27 309.9 0.42 0.54
Hex BB 5A AB 0 34 9 1B 136 2A 36
Octal 273 132 253 0 64 11 33 466 52 66
Binary 10111011 1011010 10101011 0 110100 1001 11011 100110110 101010 110110

Color Harmonies of #BB5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AAB

Black with #BB5AAB

Text Example


Text Example

White with #BB5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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