#B961B0

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

Shades of Fuchsia #B961B0

Tints of Fuchsia #B961B0

Color information

#B961B0 (or 0xB961B0) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and B0. RGB value is (185,97,176). Sum of RGB (Red+Green+Blue) = 185+97+176=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B961B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961B0 is #469E4F. Grayscale: #848484. Windows color (decimal): -4628048 or 11559353. OLE color: 11559353.

HSL color Cylindrical-coordinate representation of color #B961B0: hue angle of 306.14º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961B0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18597176-
CMYK00.480.050.27
HSL306.14º38.6%55.29%-
HSV(B)306.14º47.57%72.55%-
XYZ32.122243.63-
YUV132.32152.65165.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 176 (69.14% from 255) = 38.43%
R=40.39%
G=21.18%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859717600.480.050.27306.1438.655.29
HexB961B003051B1322737
Octal2711412600605334624767
Binary10111001110000110110000011000010111011100110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961B0; }

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

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

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

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

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

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

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

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