Html Css Color HEX #BB56A8 Fuchsia

📋 copy color: '#BB56A8'

red 187 ◦ green 86 ◦ blue 168

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

Shades of Fuchsia #BB56A8

Tints of Fuchsia #BB56A8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.5%

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 42.4%
G = 19.5%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB56A8 (or 0xBB56A8) is known color: Fuchsia. HEX triplet: BB, 56 and A8. RGB value is (187,86,168). Sum of RGB (Red+Green+Blue) = 187+86+168=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB56A8 is #44A957. Grayscale: #7D7D7D. Windows color (decimal): -4499800 or 11032251. OLE color: 11032251.

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

Color convert

RGB 187 86 168 -
CMYK 0 0.54 0.10 0.27
HSL 311.29º 0.43% 0.54% -
HSV(B) 311.29º 0.54% 0.73% -
XYZ 30.89 20.05 39.29 -
YUV 125.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 187 86 168 0 0.54 0.10 0.27 311.29 0.43 0.54
Hex BB 56 A8 0 36 A 1B 137 2B 36
Octal 273 126 250 0 66 12 33 467 53 66
Binary 10111011 1010110 10101000 0 110110 1010 11011 100110111 101011 110110

Color Harmonies of #BB56A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB56A8

Black with #BB56A8

Text Example


Text Example

White with #BB56A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB56A8; }

 p { color: rgb(187,86,168); }

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

background-color css

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

 a { background-color: rgb(187,86,168); }

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

border-color css

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

 span { border-color: rgb(187,86,168); }

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