#B05FBE

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

Shades of Fuchsia #B05FBE

Tints of Fuchsia #B05FBE

Color information

#B05FBE (or 0xB05FBE) is unknown color: approx Fuchsia. HEX triplet: B0, 5F and BE. RGB value is (176,95,190). Sum of RGB (Red+Green+Blue) = 176+95+190=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #B05FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FBE is #4FA041. Grayscale: #818181. Windows color (decimal): -5218370 or 12476336. OLE color: 12476336.

HSL color Cylindrical-coordinate representation of color #B05FBE: hue angle of 291.16º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05FBE is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17695190-
CMYK0.070.500.25
HSL291.16º42.22%55.88%-
HSV(B)291.16º50%74.51%-
XYZ31.2921.1351.14-
YUV130.05161.84160.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=38.18%
G=20.61%
B=41.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176951900.070.500.25291.1642.2255.88
HexB05FBE7320191232a38
Octal2601372767620314435270
Binary10110000101111110111110111110010011001100100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FBE; }

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

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

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

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

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

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

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

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