#B05FB2

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

Shades of Fuchsia #B05FB2

Tints of Fuchsia #B05FB2

Color information

#B05FB2 (or 0xB05FB2) is unknown color: approx Fuchsia. HEX triplet: B0, 5F and B2. RGB value is (176,95,178). Sum of RGB (Red+Green+Blue) = 176+95+178=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 178 - color contains mainly: blue. Hex color #B05FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05FB2 is #4FA04D. Grayscale: #808080. Windows color (decimal): -5218382 or 11689904. OLE color: 11689904.

HSL color Cylindrical-coordinate representation of color #B05FB2: hue angle of 298.55º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05FB2 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17695178-
CMYK0.010.4700.30
HSL298.55º35.02%53.53%-
HSV(B)298.55º46.63%69.8%-
XYZ30.0320.6344.52-
YUV128.68155.84161.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 178 (69.92% from 255) = 39.64%
R=39.20%
G=21.16%
B=39.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176951780.010.4700.30298.5535.0253.53
HexB05FB212F01E12b2336
Octal2601372621570364534366
Binary101100001011111101100101101111011110100101011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FB2; }

 p { color: rgb(176,95,178); }

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

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

 a { background-color: rgb(176,95,178); }

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

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

 span { border-color: rgb(176,95,178); }

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