#B649B0

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

Shades of Fuchsia #B649B0

Tints of Fuchsia #B649B0

Color information

#B649B0 (or 0xB649B0) is unknown color: approx Fuchsia. HEX triplet: B6, 49 and B0. RGB value is (182,73,176). Sum of RGB (Red+Green+Blue) = 182+73+176=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B649B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649B0 is #49B64F. Grayscale: #757575. Windows color (decimal): -4830800 or 11553206. OLE color: 11553206.

HSL color Cylindrical-coordinate representation of color #B649B0: hue angle of 303.3º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649B0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18273176-
CMYK00.600.030.29
HSL303.3º42.75%50%-
HSV(B)303.3º59.89%71.37%-
XYZ29.5117.8442.96-
YUV117.33161.11174.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=42.23%
G=16.94%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827317600.600.030.29303.342.7550
HexB649B003C31D12f2b32
Octal2661112600743354575362
Binary1011011010010011011000001111001111101100101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649B0; }

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

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

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

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

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

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

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

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