#B961BB

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

Shades of Fuchsia #B961BB

Tints of Fuchsia #B961BB

Color information

#B961BB (or 0xB961BB) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and BB. RGB value is (185,97,187). Sum of RGB (Red+Green+Blue) = 185+97+187=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #B961BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961BB is #469E44. Grayscale: #858585. Windows color (decimal): -4628037 or 12280249. OLE color: 12280249.

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

Color convert

RGB18597187-
CMYK0.010.4800.27
HSL298.67º39.82%55.69%-
HSV(B)298.67º48.13%73.33%-
XYZ33.2522.4549.59-
YUV133.57158.15164.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=39.45%
G=20.68%
B=39.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185971870.010.4800.27298.6739.8255.69
HexB961BB13001B12b2838
Octal2711412731600334535070
Binary101110011100001101110111110000011011100101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961BB; }

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

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

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

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

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

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

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

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