#B150BB

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

Shades of Fuchsia #B150BB

Tints of Fuchsia #B150BB

Color information

#B150BB (or 0xB150BB) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and BB. RGB value is (177,80,187). Sum of RGB (Red+Green+Blue) = 177+80+187=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #B150BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150BB is #4EAF44. Grayscale: #787878. Windows color (decimal): -5156677 or 12275889. OLE color: 12275889.

HSL color Cylindrical-coordinate representation of color #B150BB: hue angle of 294.39º degrees, saturation: 0.44, 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 #B150BB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17780187-
CMYK0.050.5700.27
HSL294.39º44.03%52.35%-
HSV(B)294.39º57.22%73.33%-
XYZ29.9718.6749.04-
YUV121.2165.14167.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=39.86%
G=18.02%
B=42.12%

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
Decimal177801870.050.5700.27294.3944.0352.35
HexB150BB53901B1262c34
Octal2611202735710334465464
Binary10110001101000010111011101111001011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150BB; }

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

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

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

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

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

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

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

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