#BB61BF

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

Shades of Fuchsia #BB61BF

Tints of Fuchsia #BB61BF

Color information

#BB61BF (or 0xBB61BF) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and BF. RGB value is (187,97,191). Sum of RGB (Red+Green+Blue) = 187+97+191=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61BF is #449E40. Grayscale: #868686. Windows color (decimal): -4496961 or 12542395. OLE color: 12542395.

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

Color convert

RGB18797191-
CMYK0.020.4900.25
HSL297.45º42.34%56.47%-
HSV(B)297.45º49.21%74.9%-
XYZ34.1722.8851.9-
YUV134.63159.82165.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 191 (75% from 255) = 40.21%
R=39.37%
G=20.42%
B=40.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187971910.020.4900.25297.4542.3456.47
HexBB61BF2310191292a38
Octal2731412772610314515270
Binary1011101111000011011111110110001011001100101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61BF; }

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

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

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

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

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

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

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

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