#B769B6

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

Shades of Fuchsia #B769B6

Tints of Fuchsia #B769B6

Color information

#B769B6 (or 0xB769B6) is unknown color: approx Fuchsia. HEX triplet: B7, 69 and B6. RGB value is (183,105,182). Sum of RGB (Red+Green+Blue) = 183+105+182=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B769B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769B6 is #489649. Grayscale: #888888. Windows color (decimal): -4757066 or 11954615. OLE color: 11954615.

HSL color Cylindrical-coordinate representation of color #B769B6: hue angle of 300.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B769B6 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183105182-
CMYK00.430.010.28
HSL300.77º35.14%56.47%-
HSV(B)300.77º42.62%71.76%-
XYZ33.0223.5547.06-
YUV137.1153.34160.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=38.94%
G=22.34%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310518200.430.010.28300.7735.1456.47
HexB769B602B11C12d2338
Octal2671512660531344554370
Binary101101111101001101101100101011111100100101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769B6; }

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

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

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

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

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

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

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

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