#B151BE

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

Shades of Fuchsia #B151BE

Tints of Fuchsia #B151BE

Color information

#B151BE (or 0xB151BE) is unknown color: approx Fuchsia. HEX triplet: B1, 51 and BE. RGB value is (177,81,190). Sum of RGB (Red+Green+Blue) = 177+81+190=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B151BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151BE is #4EAE41. Grayscale: #797979. Windows color (decimal): -5156418 or 12472753. OLE color: 12472753.

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

Color convert

RGB17781190-
CMYK0.070.5700.25
HSL292.84º45.61%53.14%-
HSV(B)292.84º57.37%74.51%-
XYZ30.3718.9550.77-
YUV122.13166.3167.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=39.51%
G=18.08%
B=42.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177811900.070.5700.25292.8445.6153.14
HexB151BE7390191252e35
Octal2611212767710314455665
Binary10110001101000110111110111111001011001100100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151BE; }

 p { color: rgb(177,81,190); }

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

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

 a { background-color: rgb(177,81,190); }

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

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

 span { border-color: rgb(177,81,190); }

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