#BB71BE

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

Shades of Fuchsia #BB71BE

Tints of Fuchsia #BB71BE

Color information

#BB71BE (or 0xBB71BE) is unknown color: approx Fuchsia. HEX triplet: BB, 71 and BE. RGB value is (187,113,190). Sum of RGB (Red+Green+Blue) = 187+113+190=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BE is #448E41. Grayscale: #8F8F8F. Windows color (decimal): -4492866 or 12480955. OLE color: 12480955.

HSL color Cylindrical-coordinate representation of color #BB71BE: hue angle of 297.66º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB71BE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187113190-
CMYK0.020.4100.25
HSL297.66º37.2%59.41%-
HSV(B)297.66º40.53%74.51%-
XYZ35.6926.0951.87-
YUV143.9154.02158.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=38.16%
G=23.06%
B=38.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871131900.020.4100.25297.6637.259.41
HexBB71BE22901912a253b
Octal2731612762510314524573
Binary1011101111100011011111010101001011001100101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71BE; }

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

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

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

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

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

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

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

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