#B54BB9

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

Shades of Fuchsia #B54BB9

Tints of Fuchsia #B54BB9

Color information

#B54BB9 (or 0xB54BB9) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and B9. RGB value is (181,75,185). Sum of RGB (Red+Green+Blue) = 181+75+185=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #B54BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BB9 is #4AB446. Grayscale: #767676. Windows color (decimal): -4895815 or 12143541. OLE color: 12143541.

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

Color convert

RGB18175185-
CMYK0.020.5900.27
HSL297.82º44%50.98%-
HSV(B)297.82º59.46%72.55%-
XYZ30.3318.3647.84-
YUV119.23165.12172.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=41.04%
G=17.01%
B=41.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181751850.020.5900.27297.824450.98
HexB54BB923B01B12a2c33
Octal2651132712730334525463
Binary1011010110010111011100110111011011011100101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BB9; }

 p { color: rgb(181,75,185); }

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

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

 a { background-color: rgb(181,75,185); }

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

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

 span { border-color: rgb(181,75,185); }

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