#B551BA

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

Shades of Fuchsia #B551BA

Tints of Fuchsia #B551BA

Color information

#B551BA (or 0xB551BA) is unknown color: approx Fuchsia. HEX triplet: B5, 51 and BA. RGB value is (181,81,186). Sum of RGB (Red+Green+Blue) = 181+81+186=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B551BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551BA is #4AAE45. Grayscale: #7A7A7A. Windows color (decimal): -4894278 or 12210613. OLE color: 12210613.

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

Color convert

RGB18181186-
CMYK0.030.5600.27
HSL297.14º43.21%52.35%-
HSV(B)297.14º56.45%72.94%-
XYZ30.8619.2548.54-
YUV122.87163.63169.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=40.40%
G=18.08%
B=41.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181811860.030.5600.27297.1443.2152.35
HexB551BA33801B1292b34
Octal2651212723700334515364
Binary1011010110100011011101011111000011011100101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B551BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B551BA; }

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

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

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

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

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

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

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

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