#B54CBB

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

Shades of Fuchsia #B54CBB

Tints of Fuchsia #B54CBB

Color information

#B54CBB (or 0xB54CBB) is unknown color: approx Fuchsia. HEX triplet: B5, 4C and BB. RGB value is (181,76,187). Sum of RGB (Red+Green+Blue) = 181+76+187=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 76 (30.08% from 255 or 17.12% 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 #B54CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CBB is #4AB344. Grayscale: #777777. Windows color (decimal): -4895557 or 12274869. OLE color: 12274869.

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

Color convert

RGB18176187-
CMYK0.030.5900.27
HSL296.76º44.94%51.57%-
HSV(B)296.76º59.36%73.33%-
XYZ30.6118.5848.99-
YUV120.05165.79171.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=40.77%
G=17.12%
B=42.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181761870.030.5900.27296.7644.9451.57
HexB54CBB33B01B1292d34
Octal2651142733730334515564
Binary1011010110011001011101111111011011011100101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CBB; }

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

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

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

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

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

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

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

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