#B961C0

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

Shades of Fuchsia #B961C0

Tints of Fuchsia #B961C0

Color information

#B961C0 (or 0xB961C0) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and C0. RGB value is (185,97,192). Sum of RGB (Red+Green+Blue) = 185+97+192=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #B961C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C0 is #469E3F. Grayscale: #858585. Windows color (decimal): -4628032 or 12607929. OLE color: 12607929.

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

Color convert

RGB18597192-
CMYK0.040.4900.25
HSL295.58º42.99%56.67%-
HSV(B)295.58º49.48%75.29%-
XYZ33.822.6752.46-
YUV134.14160.65164.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=39.03%
G=20.46%
B=40.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185971920.040.4900.25295.5842.9956.67
HexB961C04310191282b39
Octal2711413004610314505371
Binary10111001110000111000000100110001011001100101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961C0; }

 p { color: rgb(185,97,192); }

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

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

 a { background-color: rgb(185,97,192); }

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

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

 span { border-color: rgb(185,97,192); }

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