#BB61BA

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

Shades of Fuchsia #BB61BA

Tints of Fuchsia #BB61BA

Color information

#BB61BA (or 0xBB61BA) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and BA. RGB value is (187,97,186). Sum of RGB (Red+Green+Blue) = 187+97+186=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61BA is #449E45. Grayscale: #858585. Windows color (decimal): -4496966 or 12214715. OLE color: 12214715.

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

Color convert

RGB18797186-
CMYK00.480.010.27
HSL300.67º39.82%55.69%-
HSV(B)300.67º48.13%73.33%-
XYZ33.6322.6649.06-
YUV134.06157.32165.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=39.79%
G=20.64%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879718600.480.010.27300.6739.8255.69
HexBB61BA03011B12d2838
Octal2731412720601334555070
Binary101110111100001101110100110000111011100101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61BA; }

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

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

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

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

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

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

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

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