#B150BA

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

Shades of Fuchsia #B150BA

Tints of Fuchsia #B150BA

Color information

#B150BA (or 0xB150BA) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and BA. RGB value is (177,80,186). Sum of RGB (Red+Green+Blue) = 177+80+186=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B150BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150BA is #4EAF45. Grayscale: #787878. Windows color (decimal): -5156678 or 12210353. OLE color: 12210353.

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

Color convert

RGB17780186-
CMYK0.050.5700.27
HSL294.91º43.44%52.16%-
HSV(B)294.91º56.99%72.94%-
XYZ29.8618.6348.48-
YUV121.09164.64167.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=39.95%
G=18.06%
B=41.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177801860.050.5700.27294.9143.4452.16
HexB150BA53901B1272b34
Octal2611202725710334475364
Binary10110001101000010111010101111001011011100100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150BA; }

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

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

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

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

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

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

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

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