#B54CB9

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

Shades of Fuchsia #B54CB9

Tints of Fuchsia #B54CB9

Color information

#B54CB9 (or 0xB54CB9) is unknown color: approx Fuchsia. HEX triplet: B5, 4C and B9. RGB value is (181,76,185). Sum of RGB (Red+Green+Blue) = 181+76+185=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #B54CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CB9 is #4AB346. Grayscale: #777777. Windows color (decimal): -4895559 or 12143797. OLE color: 12143797.

HSL color Cylindrical-coordinate representation of color #B54CB9: hue angle of 297.8º 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 #B54CB9 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18176185-
CMYK0.020.5900.27
HSL297.8º43.78%51.18%-
HSV(B)297.8º58.92%72.55%-
XYZ30.418.547.87-
YUV119.82164.79171.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=40.95%
G=17.19%
B=41.86%

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
Decimal181761850.020.5900.27297.843.7851.18
HexB54CB923B01B12a2c33
Octal2651142712730334525463
Binary1011010110011001011100110111011011011100101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CB9; }

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

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

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

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

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

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

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

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