#B54BBA

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

Shades of Fuchsia #B54BBA

Tints of Fuchsia #B54BBA

Color information

#B54BBA (or 0xB54BBA) is unknown color: approx Fuchsia. HEX triplet: B5, 4B and BA. RGB value is (181,75,186). Sum of RGB (Red+Green+Blue) = 181+75+186=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BBA is #4AB445. Grayscale: #777777. Windows color (decimal): -4895814 or 12209077. OLE color: 12209077.

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

Color convert

RGB18175186-
CMYK0.030.6000.27
HSL297.3º44.58%51.18%-
HSV(B)297.3º59.68%72.94%-
XYZ30.4418.448.4-
YUV119.35165.62171.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=40.95%
G=16.97%
B=42.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181751860.030.6000.27297.344.5851.18
HexB54BBA33C01B1292d33
Octal2651132723740334515563
Binary1011010110010111011101011111100011011100101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54BBA; }

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

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

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

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

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

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

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

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