#B659BA

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

Shades of Fuchsia #B659BA

Tints of Fuchsia #B659BA

Color information

#B659BA (or 0xB659BA) is unknown color: approx Fuchsia. HEX triplet: B6, 59 and BA. RGB value is (182,89,186). Sum of RGB (Red+Green+Blue) = 182+89+186=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B659BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659BA is #49A645. Grayscale: #7F7F7F. Windows color (decimal): -4826694 or 12212662. OLE color: 12212662.

HSL color Cylindrical-coordinate representation of color #B659BA: hue angle of 297.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B659BA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18289186-
CMYK0.020.5200.27
HSL297.53º41.28%53.92%-
HSV(B)297.53º52.15%72.94%-
XYZ31.7320.6448.77-
YUV127.86160.81166.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 89 (35.16% from 255) = 19.47%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=39.82%
G=19.47%
B=40.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182891860.020.5200.27297.5341.2853.92
HexB659BA23401B12a2936
Octal2661312722640334525166
Binary1011011010110011011101010110100011011100101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B659BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B659BA; }

 p { color: rgb(182,89,186); }

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

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

 a { background-color: rgb(182,89,186); }

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

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

 span { border-color: rgb(182,89,186); }

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