#BB71BD

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

Shades of Fuchsia #BB71BD

Tints of Fuchsia #BB71BD

Color information

#BB71BD (or 0xBB71BD) is unknown color: approx Fuchsia. HEX triplet: BB, 71 and BD. RGB value is (187,113,189). Sum of RGB (Red+Green+Blue) = 187+113+189=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BD is #448E42. Grayscale: #8F8F8F. Windows color (decimal): -4492867 or 12415419. OLE color: 12415419.

HSL color Cylindrical-coordinate representation of color #BB71BD: hue angle of 298.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71BD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187113189-
CMYK0.010.4000.26
HSL298.42º36.54%59.22%-
HSV(B)298.42º40.21%74.12%-
XYZ35.5826.0551.3-
YUV143.79153.52158.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=38.24%
G=23.11%
B=38.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871131890.010.4000.26298.4236.5459.22
HexBB71BD12801A12a253b
Octal2731612751500324524573
Binary101110111110001101111011101000011010100101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71BD; }

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

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

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

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

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

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

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

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