#B961C1

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

Shades of Fuchsia #B961C1

Tints of Fuchsia #B961C1

Color information

#B961C1 (or 0xB961C1) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and C1. RGB value is (185,97,193). Sum of RGB (Red+Green+Blue) = 185+97+193=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #B961C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C1 is #469E3E. Grayscale: #858585. Windows color (decimal): -4628031 or 12673465. OLE color: 12673465.

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

Color convert

RGB18597193-
CMYK0.040.5000.24
HSL295º43.64%56.86%-
HSV(B)295º49.74%75.69%-
XYZ33.9122.7153.05-
YUV134.26161.15164.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=38.95%
G=20.42%
B=40.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185971930.040.5000.2429543.6456.86
HexB961C14320181272c39
Octal2711413014620304475471
Binary10111001110000111000001100110010011000100100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961C1; }

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

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

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

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

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

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

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

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