#B964C1

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

Shades of Fuchsia #B964C1

Tints of Fuchsia #B964C1

Color information

#B964C1 (or 0xB964C1) is unknown color: approx Fuchsia. HEX triplet: B9, 64 and C1. RGB value is (185,100,193). Sum of RGB (Red+Green+Blue) = 185+100+193=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #B964C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964C1 is #469B3E. Grayscale: #878787. Windows color (decimal): -4627263 or 12674233. OLE color: 12674233.

HSL color Cylindrical-coordinate representation of color #B964C1: hue angle of 294.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B964C1 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185100193-
CMYK0.040.4800.24
HSL294.84º42.86%57.45%-
HSV(B)294.84º48.19%75.69%-
XYZ34.1923.2853.14-
YUV136.02160.16162.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=38.70%
G=20.92%
B=40.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851001930.040.4800.24294.8442.8657.45
HexB964C14300181272b39
Octal2711443014600304475371
Binary10111001110010011000001100110000011000100100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964C1; }

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

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

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

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

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

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

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

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