#BB61B7

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

Shades of Fuchsia #BB61B7

Tints of Fuchsia #BB61B7

Color information

#BB61B7 (or 0xBB61B7) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and B7. RGB value is (187,97,183). Sum of RGB (Red+Green+Blue) = 187+97+183=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61B7 is #449E48. Grayscale: #858585. Windows color (decimal): -4496969 or 12018107. OLE color: 12018107.

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

Color convert

RGB18797183-
CMYK00.480.020.27
HSL302.67º39.82%55.69%-
HSV(B)302.67º48.13%73.33%-
XYZ33.3222.5347.39-
YUV133.71155.82166.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=40.04%
G=20.77%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879718300.480.020.27302.6739.8255.69
HexBB61B703021B12f2838
Octal2731412670602334575070
Binary1011101111000011011011101100001011011100101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61B7; }

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

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

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

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

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

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

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

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