#B769BA

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

Shades of Fuchsia #B769BA

Tints of Fuchsia #B769BA

Color information

#B769BA (or 0xB769BA) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and BA. RGB value is (183,105,186). Sum of RGB (Red+Green+Blue) = 183+105+186=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B769BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769BA is #489645. Grayscale: #898989. Windows color (decimal): -4757062 or 12216759. OLE color: 12216759.

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

Color convert

RGB183105186-
CMYK0.020.4400.27
HSL297.78º36.99%57.06%-
HSV(B)297.78º43.55%72.94%-
XYZ33.4423.7249.27-
YUV137.56155.34160.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=38.61%
G=22.15%
B=39.24%

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
Decimal1831051860.020.4400.27297.7836.9957.06
HexB769BA22C01B12a2539
Octal2671512722540334524571
Binary1011011111010011011101010101100011011100101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769BA; }

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

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

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

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

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

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

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

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