#BB61BB

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

Shades of Fuchsia #BB61BB

Tints of Fuchsia #BB61BB

Color information

#BB61BB (or 0xBB61BB) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and BB. RGB value is (187,97,187). Sum of RGB (Red+Green+Blue) = 187+97+187=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61BB is #449E44. Grayscale: #858585. Windows color (decimal): -4496965 or 12280251. OLE color: 12280251.

HSL color Cylindrical-coordinate representation of color #BB61BB: hue angle of 300º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB61BB is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18797187-
CMYK00.4800.27
HSL300º39.82%55.69%-
HSV(B)300º48.13%73.33%-
XYZ33.7422.749.62-
YUV134.17157.82165.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=39.70%
G=20.59%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879718700.4800.2730039.8255.69
HexBB61BB03001B12c2838
Octal2731412730600334545070
Binary101110111100001101110110110000011011100101100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61BB; }

 p { color: rgb(187,97,187); }

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

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

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

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

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

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

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