#B963BE

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

Shades of Fuchsia #B963BE

Tints of Fuchsia #B963BE

Color information

#B963BE (or 0xB963BE) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and BE. RGB value is (185,99,190). Sum of RGB (Red+Green+Blue) = 185+99+190=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #B963BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963BE is #469C41. Grayscale: #868686. Windows color (decimal): -4627522 or 12477369. OLE color: 12477369.

HSL color Cylindrical-coordinate representation of color #B963BE: hue angle of 296.7º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B963BE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18599190-
CMYK0.030.4800.25
HSL296.7º41.18%56.67%-
HSV(B)296.7º47.89%74.51%-
XYZ33.7622.9651.37-
YUV135.09158.99163.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=39.03%
G=20.89%
B=40.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185991900.030.4800.25296.741.1856.67
HexB963BE3300191292939
Octal2711432763600314515171
Binary1011100111000111011111011110000011001100101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963BE; }

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

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

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

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

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

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

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

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