#B64DB0

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

Shades of Fuchsia #B64DB0

Tints of Fuchsia #B64DB0

Color information

#B64DB0 (or 0xB64DB0) is unknown color: approx Fuchsia. HEX triplet: B6, 4D and B0. RGB value is (182,77,176). Sum of RGB (Red+Green+Blue) = 182+77+176=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DB0 is #49B24F. Grayscale: #777777. Windows color (decimal): -4829776 or 11554230. OLE color: 11554230.

HSL color Cylindrical-coordinate representation of color #B64DB0: hue angle of 303.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64DB0 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18277176-
CMYK00.580.030.29
HSL303.43º41.83%50.78%-
HSV(B)303.43º57.69%71.37%-
XYZ29.7818.3943.05-
YUV119.68159.79172.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=41.84%
G=17.70%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827717600.580.030.29303.4341.8350.78
HexB64DB003A31D12f2a33
Octal2661152600723354575263
Binary1011011010011011011000001110101111101100101111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64DB0; }

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

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

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

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

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

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

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

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