#B150BF

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

Shades of Fuchsia #B150BF

Tints of Fuchsia #B150BF

Color information

#B150BF (or 0xB150BF) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and BF. RGB value is (177,80,191). Sum of RGB (Red+Green+Blue) = 177+80+191=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #B150BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150BF is #4EAF40. Grayscale: #797979. Windows color (decimal): -5156673 or 12538033. OLE color: 12538033.

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

Color convert

RGB17780191-
CMYK0.070.5800.25
HSL292.43º46.44%53.14%-
HSV(B)292.43º58.12%74.9%-
XYZ30.418.8551.33-
YUV121.66167.14167.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 80 (31.64% from 255) = 17.86%
BLUE value IS 191 (75% from 255) = 42.63%
R=39.51%
G=17.86%
B=42.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177801910.070.5800.25292.4346.4453.14
HexB150BF73A0191242e35
Octal2611202777720314445665
Binary10110001101000010111111111111010011001100100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150BF; }

 p { color: rgb(177,80,191); }

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

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

 a { background-color: rgb(177,80,191); }

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

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

 span { border-color: rgb(177,80,191); }

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