#B769BD

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

Shades of Fuchsia #B769BD

Tints of Fuchsia #B769BD

Color information

#B769BD (or 0xB769BD) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and BD. RGB value is (183,105,189). Sum of RGB (Red+Green+Blue) = 183+105+189=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #B769BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769BD is #489642. Grayscale: #898989. Windows color (decimal): -4757059 or 12413367. OLE color: 12413367.

HSL color Cylindrical-coordinate representation of color #B769BD: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B769BD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183105189-
CMYK0.030.4400.26
HSL295.71º38.89%57.65%-
HSV(B)295.71º44.44%74.12%-
XYZ33.7723.8450.97-
YUV137.9156.84160.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=38.36%
G=22.01%
B=39.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831051890.030.4400.26295.7138.8957.65
HexB769BD32C01A128273a
Octal2671512753540324504772
Binary1011011111010011011110111101100011010100101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769BD; }

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

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

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

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

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

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

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

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