#B969BB

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

Shades of Fuchsia #B969BB

Tints of Fuchsia #B969BB

Color information

#B969BB (or 0xB969BB) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and BB. RGB value is (185,105,187). Sum of RGB (Red+Green+Blue) = 185+105+187=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B969BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969BB is #469644. Grayscale: #8A8A8A. Windows color (decimal): -4625989 or 12282297. OLE color: 12282297.

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

Color convert

RGB185105187-
CMYK0.010.4400.27
HSL298.54º37.61%57.25%-
HSV(B)298.54º43.85%73.33%-
XYZ34.0324.0149.85-
YUV138.27155.5161.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=38.78%
G=22.01%
B=39.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851051870.010.4400.27298.5437.6157.25
HexB969BB12C01B12b2639
Octal2711512731540334534671
Binary101110011101001101110111101100011011100101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969BB; }

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

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

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

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

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

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

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

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