#B15FB5

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

Shades of Fuchsia #B15FB5

Tints of Fuchsia #B15FB5

Color information

#B15FB5 (or 0xB15FB5) is unknown color: approx Fuchsia. HEX triplet: B1, 5F and B5. RGB value is (177,95,181). Sum of RGB (Red+Green+Blue) = 177+95+181=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #B15FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FB5 is #4EA04A. Grayscale: #818181. Windows color (decimal): -5152843 or 11886513. OLE color: 11886513.

HSL color Cylindrical-coordinate representation of color #B15FB5: hue angle of 297.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15FB5 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17795181-
CMYK0.020.4800.29
HSL297.21º36.75%54.12%-
HSV(B)297.21º47.51%70.98%-
XYZ30.5620.8746.13-
YUV129.32157.17162.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=39.07%
G=20.97%
B=39.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177951810.020.4800.29297.2136.7554.12
HexB15FB523001D1292536
Octal2611372652600354514566
Binary1011000110111111011010110110000011101100101001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FB5; }

 p { color: rgb(177,95,181); }

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

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

 a { background-color: rgb(177,95,181); }

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

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

 span { border-color: rgb(177,95,181); }

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