#B969B7

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

Shades of Fuchsia #B969B7

Tints of Fuchsia #B969B7

Color information

#B969B7 (or 0xB969B7) is unknown color: approx Fuchsia. HEX triplet: B9, 69 and B7. RGB value is (185,105,183). Sum of RGB (Red+Green+Blue) = 185+105+183=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B969B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969B7 is #469648. Grayscale: #898989. Windows color (decimal): -4625993 or 12020153. OLE color: 12020153.

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

Color convert

RGB185105183-
CMYK00.430.010.27
HSL301.5º36.36%56.86%-
HSV(B)301.5º43.24%72.55%-
XYZ33.6123.8447.63-
YUV137.81153.5161.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=39.11%
G=22.20%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510518300.430.010.27301.536.3656.86
HexB969B702B11B12e2439
Octal2711512670531334564471
Binary101110011101001101101110101011111011100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969B7; }

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

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

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

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

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

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

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

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