#B649BA

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

Shades of Fuchsia #B649BA

Tints of Fuchsia #B649BA

Color information

#B649BA (or 0xB649BA) is unknown color: approx Fuchsia. HEX triplet: B6, 49 and BA. RGB value is (182,73,186). Sum of RGB (Red+Green+Blue) = 182+73+186=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B649BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649BA is #49B645. Grayscale: #767676. Windows color (decimal): -4830790 or 12208566. OLE color: 12208566.

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

Color convert

RGB18273186-
CMYK0.020.6100.27
HSL297.88º45.02%50.78%-
HSV(B)297.88º60.75%72.94%-
XYZ30.5418.2648.37-
YUV118.47166.11173.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=41.27%
G=16.55%
B=42.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182731860.020.6100.27297.8845.0250.78
HexB649BA23D01B12a2d33
Octal2661112722750334525563
Binary1011011010010011011101010111101011011100101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649BA; }

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

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

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

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

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

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

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

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