#BB61B0

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

Shades of Fuchsia #BB61B0

Tints of Fuchsia #BB61B0

Color information

#BB61B0 (or 0xBB61B0) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and B0. RGB value is (187,97,176). Sum of RGB (Red+Green+Blue) = 187+97+176=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB61B0 is #449E4F. Grayscale: #848484. Windows color (decimal): -4496976 or 11559355. OLE color: 11559355.

HSL color Cylindrical-coordinate representation of color #BB61B0: hue angle of 307.33º 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 #BB61B0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18797176-
CMYK00.480.060.27
HSL307.33º39.82%55.69%-
HSV(B)307.33º48.13%73.33%-
XYZ32.622.2543.65-
YUV132.92152.32166.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=40.65%
G=21.09%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879717600.480.060.27307.3339.8255.69
HexBB61B003061B1332838
Octal2731412600606334635070
Binary10111011110000110110000011000011011011100110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61B0; }

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

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

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

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

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

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

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

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