#B063BA

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

Shades of Fuchsia #B063BA

Tints of Fuchsia #B063BA

Color information

#B063BA (or 0xB063BA) is unknown color: approx Fuchsia. HEX triplet: B0, 63 and BA. RGB value is (176,99,186). Sum of RGB (Red+Green+Blue) = 176+99+186=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B063BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063BA is #4F9C45. Grayscale: #838383. Windows color (decimal): -5217350 or 12215216. OLE color: 12215216.

HSL color Cylindrical-coordinate representation of color #B063BA: hue angle of 293.1º 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 #B063BA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17699186-
CMYK0.050.4700.27
HSL293.1º38.67%55.88%-
HSV(B)293.1º46.77%72.94%-
XYZ31.2321.749-
YUV131.94158.51159.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 99 (39.06% from 255) = 21.48%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=38.18%
G=21.48%
B=40.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176991860.050.4700.27293.138.6755.88
HexB063BA52F01B1252738
Octal2601432725570334454770
Binary10110000110001110111010101101111011011100100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063BA; }

 p { color: rgb(176,99,186); }

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

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

 a { background-color: rgb(176,99,186); }

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

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

 span { border-color: rgb(176,99,186); }

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