#B069B9

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

Shades of Fuchsia #B069B9

Tints of Fuchsia #B069B9

Color information

#B069B9 (or 0xB069B9) is unknown color: approx Fuchsia. HEX triplet: B0, 69 and B9. RGB value is (176,105,185). Sum of RGB (Red+Green+Blue) = 176+105+185=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #B069B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069B9 is #4F9646. Grayscale: #878787. Windows color (decimal): -5215815 or 12151216. OLE color: 12151216.

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

Color convert

RGB176105185-
CMYK0.050.4300.27
HSL293.25º36.36%56.86%-
HSV(B)293.25º43.24%72.55%-
XYZ31.7122.8448.64-
YUV135.35156.02157-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=37.77%
G=22.53%
B=39.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761051850.050.4300.27293.2536.3656.86
HexB069B952B01B1252439
Octal2601512715530334454471
Binary10110000110100110111001101101011011011100100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069B9; }

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

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

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

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

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

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

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

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