#B551B8

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

Shades of Fuchsia #B551B8

Tints of Fuchsia #B551B8

Color information

#B551B8 (or 0xB551B8) is unknown color: approx Fuchsia. HEX triplet: B5, 51 and B8. RGB value is (181,81,184). Sum of RGB (Red+Green+Blue) = 181+81+184=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 184 - color contains mainly: blue. Hex color #B551B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551B8 is #4AAE47. Grayscale: #7A7A7A. Windows color (decimal): -4894280 or 12079541. OLE color: 12079541.

HSL color Cylindrical-coordinate representation of color #B551B8: hue angle of 298.25º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B551B8 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18181184-
CMYK0.020.5600.28
HSL298.25º42.04%51.96%-
HSV(B)298.25º55.98%72.16%-
XYZ30.6519.1747.43-
YUV122.64162.63169.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 184 (72.27% from 255) = 41.26%
R=40.58%
G=18.16%
B=41.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181811840.020.5600.28298.2542.0451.96
HexB551B823801C12a2a34
Octal2651212702700344525264
Binary1011010110100011011100010111000011100100101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B551B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B551B8; }

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

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

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

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

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

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

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

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