#B969BF

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

Shades of Fuchsia #B969BF

Tints of Fuchsia #B969BF

Color information

#B969BF (or 0xB969BF) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and BF. RGB value is (185,105,191). Sum of RGB (Red+Green+Blue) = 185+105+191=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #B969BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969BF is #469640. Grayscale: #8A8A8A. Windows color (decimal): -4625985 or 12544441. OLE color: 12544441.

HSL color Cylindrical-coordinate representation of color #B969BF: hue angle of 295.81º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B969BF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185105191-
CMYK0.030.4500.25
HSL295.81º40.19%58.04%-
HSV(B)295.81º45.03%74.9%-
XYZ34.4624.1852.14-
YUV138.72157.5161.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 191 (75% from 255) = 39.71%
R=38.46%
G=21.83%
B=39.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851051910.030.4500.25295.8140.1958.04
HexB969BF32D019128283a
Octal2711512773550314505072
Binary1011100111010011011111111101101011001100101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969BF; }

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

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

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

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

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

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

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

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