#B963BB

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

Shades of Fuchsia #B963BB

Tints of Fuchsia #B963BB

Color information

#B963BB (or 0xB963BB) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and BB. RGB value is (185,99,187). Sum of RGB (Red+Green+Blue) = 185+99+187=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #B963BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963BB is #469C44. Grayscale: #868686. Windows color (decimal): -4627525 or 12280761. OLE color: 12280761.

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

Color convert

RGB18599187-
CMYK0.010.4700.27
HSL298.64º39.29%56.08%-
HSV(B)298.64º47.06%73.33%-
XYZ33.4422.8349.66-
YUV134.75157.49163.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 99 (39.06% from 255) = 21.02%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=39.28%
G=21.02%
B=39.70%

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
Decimal185991870.010.4700.27298.6439.2956.08
HexB963BB12F01B12b2738
Octal2711432731570334534770
Binary101110011100011101110111101111011011100101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963BB; }

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

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

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

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

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

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

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

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