#B064BB

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

Shades of Fuchsia #B064BB

Tints of Fuchsia #B064BB

Color information

#B064BB (or 0xB064BB) is unknown color: approx Fuchsia. HEX triplet: B0, 64 and BB. RGB value is (176,100,187). Sum of RGB (Red+Green+Blue) = 176+100+187=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #B064BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064BB is #4F9B44. Grayscale: #848484. Windows color (decimal): -5217093 or 12281008. OLE color: 12281008.

HSL color Cylindrical-coordinate representation of color #B064BB: hue angle of 292.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B064BB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176100187-
CMYK0.060.4700.27
HSL292.41º39.01%56.27%-
HSV(B)292.41º46.52%73.33%-
XYZ31.4321.9349.59-
YUV132.64158.68158.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=38.01%
G=21.60%
B=40.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761001870.060.4700.27292.4139.0156.27
HexB064BB62F01B1242738
Octal2601442736570334444770
Binary10110000110010010111011110101111011011100100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064BB; }

 p { color: rgb(176,100,187); }

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

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

 a { background-color: rgb(176,100,187); }

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

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

 span { border-color: rgb(176,100,187); }

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