#B963B7

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

Shades of Fuchsia #B963B7

Tints of Fuchsia #B963B7

Color information

#B963B7 (or 0xB963B7) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and B7. RGB value is (185,99,183). Sum of RGB (Red+Green+Blue) = 185+99+183=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B963B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963B7 is #469C48. Grayscale: #868686. Windows color (decimal): -4627529 or 12018617. OLE color: 12018617.

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

Color convert

RGB18599183-
CMYK00.460.010.27
HSL301.4º38.05%55.69%-
HSV(B)301.4º46.49%72.55%-
XYZ33.0222.6647.43-
YUV134.29155.49164.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=39.61%
G=21.20%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859918300.460.010.27301.438.0555.69
HexB963B702E11B12d2638
Octal2711432670561334554670
Binary101110011100011101101110101110111011100101101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963B7; }

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

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

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

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

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

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

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

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