#B069BD

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

Shades of Fuchsia #B069BD

Tints of Fuchsia #B069BD

Color information

#B069BD (or 0xB069BD) is unknown color: approx Fuchsia. HEX triplet: B0, 69 and BD. RGB value is (176,105,189). Sum of RGB (Red+Green+Blue) = 176+105+189=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B069BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069BD is #4F9642. Grayscale: #878787. Windows color (decimal): -5215811 or 12413360. OLE color: 12413360.

HSL color Cylindrical-coordinate representation of color #B069BD: hue angle of 290.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 #B069BD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176105189-
CMYK0.070.4400.26
HSL290.71º38.89%57.65%-
HSV(B)290.71º44.44%74.12%-
XYZ32.1423.0150.89-
YUV135.8158.02156.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=37.45%
G=22.34%
B=40.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761051890.070.4400.26290.7138.8957.65
HexB069BD72C01A123273a
Octal2601512757540324434772
Binary10110000110100110111101111101100011010100100011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069BD; }

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

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

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

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

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

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

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

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