#BB71BB

Color #BB71BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BB71BB

Tints of Fuchsia #BB71BB

Color information

#BB71BB (or 0xBB71BB) is unknown color: approx Fuchsia. HEX triplet: BB, 71 and BB. RGB value is (187,113,187). Sum of RGB (Red+Green+Blue) = 187+113+187=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BB is #448E44. Grayscale: #8F8F8F. Windows color (decimal): -4492869 or 12284347. OLE color: 12284347.

HSL color Cylindrical-coordinate representation of color #BB71BB: hue angle of 300º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71BB is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187113187-
CMYK00.4000.27
HSL300º35.24%58.82%-
HSV(B)300º39.57%73.33%-
XYZ35.3725.9650.16-
YUV143.56152.52158.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=38.40%
G=23.20%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711318700.4000.2730035.2458.82
HexBB71BB02801B12c233b
Octal2731612730500334544373
Binary101110111110001101110110101000011011100101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71BB; }

 p { color: rgb(187,113,187); }

 H1.HeaderClassName
 {
   color: #BB71BB;
 }
 .AnyTagClassName
 {
   color: #BB71BB;
 }
</style>
background-color css

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

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

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

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

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

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