#B55DBF

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

Shades of Fuchsia #B55DBF

Tints of Fuchsia #B55DBF

Color information

#B55DBF (or 0xB55DBF) is unknown color: approx Fuchsia. HEX triplet: B5, 5D and BF. RGB value is (181,93,191). Sum of RGB (Red+Green+Blue) = 181+93+191=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #B55DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DBF is #4AA240. Grayscale: #828282. Windows color (decimal): -4891201 or 12541365. OLE color: 12541365.

HSL color Cylindrical-coordinate representation of color #B55DBF: hue angle of 293.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55DBF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18193191-
CMYK0.050.5100.25
HSL293.88º43.36%55.69%-
HSV(B)293.88º51.31%74.9%-
XYZ32.3721.4151.72-
YUV130.48162.15164.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 191 (75% from 255) = 41.08%
R=38.92%
G=20%
B=41.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181931910.050.5100.25293.8843.3655.69
HexB55DBF5330191262b38
Octal2651352775630314465370
Binary10110101101110110111111101110011011001100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DBF; }

 p { color: rgb(181,93,191); }

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

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

 a { background-color: rgb(181,93,191); }

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

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

 span { border-color: rgb(181,93,191); }

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