#B149BB

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

Shades of Fuchsia #B149BB

Tints of Fuchsia #B149BB

Color information

#B149BB (or 0xB149BB) is unknown color: approx Fuchsia. HEX triplet: B1, 49 and BB. RGB value is (177,73,187). Sum of RGB (Red+Green+Blue) = 177+73+187=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #B149BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149BB is #4EB644. Grayscale: #747474. Windows color (decimal): -5158469 or 12274097. OLE color: 12274097.

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

Color convert

RGB17773187-
CMYK0.050.6100.27
HSL294.74º45.6%50.98%-
HSV(B)294.74º60.96%73.33%-
XYZ29.4817.748.88-
YUV117.09167.46170.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=40.50%
G=16.70%
B=42.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177731870.050.6100.27294.7445.650.98
HexB149BB53D01B1272e33
Octal2611112735750334475663
Binary10110001100100110111011101111101011011100100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B149BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B149BB; }

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

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

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

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

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

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

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

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