#B05FBA

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

Shades of Fuchsia #B05FBA

Tints of Fuchsia #B05FBA

Color information

#B05FBA (or 0xB05FBA) is unknown color: approx Fuchsia. HEX triplet: B0, 5F and BA. RGB value is (176,95,186). Sum of RGB (Red+Green+Blue) = 176+95+186=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B05FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FBA is #4FA045. Grayscale: #818181. Windows color (decimal): -5218374 or 12214192. OLE color: 12214192.

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

Color convert

RGB17695186-
CMYK0.050.4900.27
HSL293.41º39.74%55.1%-
HSV(B)293.41º48.92%72.94%-
XYZ30.8620.9648.87-
YUV129.59159.84161.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=38.51%
G=20.79%
B=40.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176951860.050.4900.27293.4139.7455.1
HexB05FBA53101B1252837
Octal2601372725610334455067
Binary10110000101111110111010101110001011011100100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FBA; }

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

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

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

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

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

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

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

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