#B54BB0

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

Shades of Fuchsia #B54BB0

Tints of Fuchsia #B54BB0

Color information

#B54BB0 (or 0xB54BB0) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and B0. RGB value is (181,75,176). Sum of RGB (Red+Green+Blue) = 181+75+176=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BB0 is #4AB44F. Grayscale: #757575. Windows color (decimal): -4895824 or 11553717. OLE color: 11553717.

HSL color Cylindrical-coordinate representation of color #B54BB0: hue angle of 302.83º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54BB0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18175176-
CMYK00.590.030.29
HSL302.83º41.73%50.2%-
HSV(B)302.83º58.56%70.98%-
XYZ29.4117.9943-
YUV118.21160.62172.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=41.90%
G=17.36%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817517600.590.030.29302.8341.7350.2
HexB54BB003B31D12f2a32
Octal2651132600733354575262
Binary1011010110010111011000001110111111101100101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BB0; }

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

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

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

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

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

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

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

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