#BB75BA

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

Shades of Fuchsia #BB75BA

Tints of Fuchsia #BB75BA

Color information

#BB75BA (or 0xBB75BA) is unknown color: approx Fuchsia. HEX triplet: BB, 75 and BA. RGB value is (187,117,186). Sum of RGB (Red+Green+Blue) = 187+117+186=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75BA is #448A45. Grayscale: #919191. Windows color (decimal): -4491846 or 12219835. OLE color: 12219835.

HSL color Cylindrical-coordinate representation of color #BB75BA: hue angle of 300.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB75BA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187117186-
CMYK00.370.010.27
HSL300.86º33.98%59.61%-
HSV(B)300.86º37.43%73.33%-
XYZ35.7226.8349.75-
YUV145.8150.69157.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=38.16%
G=23.88%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711718600.370.010.27300.8633.9859.61
HexBB75BA02511B12d223c
Octal2731652720451334554274
Binary101110111110101101110100100101111011100101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75BA; }

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

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

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

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

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

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

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

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