#B963C5

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

Shades of Fuchsia #B963C5

Tints of Fuchsia #B963C5

Color information

#B963C5 (or 0xB963C5) is unknown color: approx Fuchsia. HEX triplet: B9, 63 and C5. RGB value is (185,99,197). Sum of RGB (Red+Green+Blue) = 185+99+197=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #B963C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963C5 is #469C3A. Grayscale: #878787. Windows color (decimal): -4627515 or 12936121. OLE color: 12936121.

HSL color Cylindrical-coordinate representation of color #B963C5: hue angle of 292.65º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B963C5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18599197-
CMYK0.060.5000.23
HSL292.65º45.79%58.04%-
HSV(B)292.65º49.75%77.25%-
XYZ34.5523.2755.49-
YUV135.89162.49163.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 197 (77.34% from 255) = 40.96%
R=38.46%
G=20.58%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185991970.060.5000.23292.6545.7958.04
HexB963C56320171252e3a
Octal2711433056620274455672
Binary10111001110001111000101110110010010111100100101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B963C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B963C5; }

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

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

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

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

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

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

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

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