#B069B7

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

Shades of Fuchsia #B069B7

Tints of Fuchsia #B069B7

Color information

#B069B7 (or 0xB069B7) is unknown color: approx Fuchsia. HEX triplet: B0, 69 and B7. RGB value is (176,105,183). Sum of RGB (Red+Green+Blue) = 176+105+183=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #B069B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069B7 is #4F9648. Grayscale: #868686. Windows color (decimal): -5215817 or 12020144. OLE color: 12020144.

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

Color convert

RGB176105183-
CMYK0.040.4300.28
HSL294.62º35.14%56.47%-
HSV(B)294.62º42.62%71.76%-
XYZ31.522.7547.53-
YUV135.12155.02157.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=37.93%
G=22.63%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761051830.040.4300.28294.6235.1456.47
HexB069B742B01C1272338
Octal2601512674530344474370
Binary10110000110100110110111100101011011100100100111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069B7; }

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

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

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

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

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

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

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

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