#B769BB

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

Shades of Fuchsia #B769BB

Tints of Fuchsia #B769BB

Color information

#B769BB (or 0xB769BB) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and BB. RGB value is (183,105,187). Sum of RGB (Red+Green+Blue) = 183+105+187=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #B769BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769BB is #489644. Grayscale: #898989. Windows color (decimal): -4757061 or 12282295. OLE color: 12282295.

HSL color Cylindrical-coordinate representation of color #B769BB: hue angle of 297.07º 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 #B769BB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183105187-
CMYK0.020.4400.27
HSL297.07º37.61%57.25%-
HSV(B)297.07º43.85%73.33%-
XYZ33.5523.7649.83-
YUV137.67155.84160.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=38.53%
G=22.11%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831051870.020.4400.27297.0737.6157.25
HexB769BB22C01B1292639
Octal2671512732540334514671
Binary1011011111010011011101110101100011011100101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769BB; }

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

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

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

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

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

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

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

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