#B154BD

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

Shades of Fuchsia #B154BD

Tints of Fuchsia #B154BD

Color information

#B154BD (or 0xB154BD) is unknown color: approx Fuchsia. HEX triplet: B1, 54 and BD. RGB value is (177,84,189). Sum of RGB (Red+Green+Blue) = 177+84+189=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B154BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154BD is #4EAB42. Grayscale: #7B7B7B. Windows color (decimal): -5155651 or 12407985. OLE color: 12407985.

HSL color Cylindrical-coordinate representation of color #B154BD: hue angle of 293.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B154BD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17784189-
CMYK0.060.5600.26
HSL293.14º44.3%53.53%-
HSV(B)293.14º55.56%74.12%-
XYZ30.4919.3650.27-
YUV123.78164.81165.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 189 (74.22% from 255) = 42%
R=39.33%
G=18.67%
B=42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177841890.060.5600.26293.1444.353.53
HexB154BD63801A1252c36
Octal2611242756700324455466
Binary10110001101010010111101110111000011010100100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B154BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B154BD; }

 p { color: rgb(177,84,189); }

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

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

 a { background-color: rgb(177,84,189); }

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

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

 span { border-color: rgb(177,84,189); }

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