#B964C4

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

Shades of Fuchsia #B964C4

Tints of Fuchsia #B964C4

Color information

#B964C4 (or 0xB964C4) is unknown color: approx Fuchsia. HEX triplet: B9, 64 and C4. RGB value is (185,100,196). Sum of RGB (Red+Green+Blue) = 185+100+196=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #B964C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964C4 is #469B3B. Grayscale: #888888. Windows color (decimal): -4627260 or 12870841. OLE color: 12870841.

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

Color convert

RGB185100196-
CMYK0.060.4900.23
HSL293.12º44.86%58.04%-
HSV(B)293.12º48.98%76.86%-
XYZ34.5323.4154.92-
YUV136.36161.66162.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 196 (76.95% from 255) = 40.75%
R=38.46%
G=20.79%
B=40.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851001960.060.4900.23293.1244.8658.04
HexB964C46310171252d3a
Octal2711443046610274455572
Binary10111001110010011000100110110001010111100100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964C4; }

 p { color: rgb(185,100,196); }

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

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

 a { background-color: rgb(185,100,196); }

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

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

 span { border-color: rgb(185,100,196); }

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