#BB71BA

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

Shades of Fuchsia #BB71BA

Tints of Fuchsia #BB71BA

Color information

#BB71BA (or 0xBB71BA) is unknown color: approx Fuchsia. HEX triplet: BB, 71 and BA. RGB value is (187,113,186). Sum of RGB (Red+Green+Blue) = 187+113+186=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BA is #448E45. Grayscale: #8F8F8F. Windows color (decimal): -4492870 or 12218811. OLE color: 12218811.

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

Color convert

RGB187113186-
CMYK00.400.010.27
HSL300.81º35.24%58.82%-
HSV(B)300.81º39.57%73.33%-
XYZ35.2625.9249.6-
YUV143.45152.02159.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=38.48%
G=23.25%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711318600.400.010.27300.8135.2458.82
HexBB71BA02811B12d233b
Octal2731612720501334554373
Binary101110111110001101110100101000111011100101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71BA; }

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

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

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

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

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

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

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

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