#B069B6

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

Shades of Fuchsia #B069B6

Tints of Fuchsia #B069B6

Color information

#B069B6 (or 0xB069B6) is unknown color: approx Fuchsia. HEX triplet: B0, 69 and B6. RGB value is (176,105,182). Sum of RGB (Red+Green+Blue) = 176+105+182=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #B069B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069B6 is #4F9649. Grayscale: #868686. Windows color (decimal): -5215818 or 11954608. OLE color: 11954608.

HSL color Cylindrical-coordinate representation of color #B069B6: hue angle of 295.32º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B069B6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176105182-
CMYK0.030.4200.29
HSL295.32º34.53%56.27%-
HSV(B)295.32º42.31%71.37%-
XYZ31.422.7146.98-
YUV135.01154.52157.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=38.01%
G=22.68%
B=39.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761051820.030.4200.29295.3234.5356.27
HexB069B632A01D1272338
Octal2601512663520354474370
Binary1011000011010011011011011101010011101100100111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069B6; }

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

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

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

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

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

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

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

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