#B05FB7

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

Shades of Fuchsia #B05FB7

Tints of Fuchsia #B05FB7

Color information

#B05FB7 (or 0xB05FB7) is unknown color: approx Fuchsia. HEX triplet: B0, 5F and B7. RGB value is (176,95,183). Sum of RGB (Red+Green+Blue) = 176+95+183=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #B05FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FB7 is #4FA048. Grayscale: #808080. Windows color (decimal): -5218377 or 12017584. OLE color: 12017584.

HSL color Cylindrical-coordinate representation of color #B05FB7: hue angle of 295.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05FB7 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17695183-
CMYK0.040.4800.28
HSL295.23º37.93%54.51%-
HSV(B)295.23º48.09%71.76%-
XYZ30.5420.8347.21-
YUV129.25158.34161.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=38.77%
G=20.93%
B=40.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176951830.040.4800.28295.2337.9354.51
HexB05FB743001C1272637
Octal2601372674600344474667
Binary10110000101111110110111100110000011100100100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FB7; }

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

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

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

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

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

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

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

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