#B067B9

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

Shades of Fuchsia #B067B9

Tints of Fuchsia #B067B9

Color information

#B067B9 (or 0xB067B9) is unknown color: approx Fuchsia. HEX triplet: B0, 67 and B9. RGB value is (176,103,185). Sum of RGB (Red+Green+Blue) = 176+103+185=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #B067B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067B9 is #4F9846. Grayscale: #858585. Windows color (decimal): -5216327 or 12150704. OLE color: 12150704.

HSL color Cylindrical-coordinate representation of color #B067B9: hue angle of 293.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B067B9 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176103185-
CMYK0.050.4400.27
HSL293.41º36.94%56.47%-
HSV(B)293.41º44.32%72.55%-
XYZ31.5122.4348.57-
YUV134.17156.68157.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=37.93%
G=22.20%
B=39.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761031850.050.4400.27293.4136.9456.47
HexB067B952C01B1252538
Octal2601472715540334454570
Binary10110000110011110111001101101100011011100100101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067B9; }

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

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

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

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

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

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

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

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