#BB46B1

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

Shades of Fuchsia #BB46B1

Tints of Fuchsia #BB46B1

Color information

#BB46B1 (or 0xBB46B1) is unknown color: approx Fuchsia. HEX triplet: BB, 46 and B1. RGB value is (187,70,177). Sum of RGB (Red+Green+Blue) = 187+70+177=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB46B1 is #44B94E. Grayscale: #747474. Windows color (decimal): -4503887 or 11617979. OLE color: 11617979.

HSL color Cylindrical-coordinate representation of color #BB46B1: hue angle of 305.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB46B1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18770177-
CMYK00.630.050.27
HSL305.13º46.25%50.39%-
HSV(B)305.13º62.57%73.33%-
XYZ30.6218.1243.48-
YUV117.18161.76177.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 177 (69.53% from 255) = 40.78%
R=43.09%
G=16.13%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877017700.630.050.27305.1346.2550.39
HexBB46B103F51B1312e32
Octal2731062610775334615662
Binary10111011100011010110001011111110111011100110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB46B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB46B1; }

 p { color: rgb(187,70,177); }

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

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

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

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

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

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

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