#B963BA

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

Shades of Fuchsia #B963BA

Tints of Fuchsia #B963BA

Color information

#B963BA (or 0xB963BA) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and BA. RGB value is (185,99,186). Sum of RGB (Red+Green+Blue) = 185+99+186=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B963BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963BA is #469C45. Grayscale: #868686. Windows color (decimal): -4627526 or 12215225. OLE color: 12215225.

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

Color convert

RGB18599186-
CMYK0.010.4700.27
HSL299.31º38.67%55.88%-
HSV(B)299.31º46.77%72.94%-
XYZ33.3322.7849.1-
YUV134.63156.99163.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 99 (39.06% from 255) = 21.06%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=39.36%
G=21.06%
B=39.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185991860.010.4700.27299.3138.6755.88
HexB963BA12F01B12b2738
Octal2711432721570334534770
Binary101110011100011101110101101111011011100101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963BA; }

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

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

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

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

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

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

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

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