#b55fbe

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

Shades of Fuchsia #B55FBE

Tints of Fuchsia #B55FBE

Color information

#B55FBE (or 0xB55FBE) is unknown color: approx Fuchsia. HEX triplet: B5, 5F and BE. RGB value is (181,95,190). Sum of RGB (Red+Green+Blue) = 181+95+190=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B55FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FBE is #4AA041. Grayscale: #838383. Windows color (decimal): -4890690 or 12476341. OLE color: 12476341.

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

Color convert

RGB18195190-
CMYK0.050.500.25
HSL294.32º42.22%55.88%-
HSV(B)294.32º50%74.51%-
XYZ32.4421.7351.2-
YUV131.54160.99163.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=38.84%
G=20.39%
B=40.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181951900.050.500.25294.3242.2255.88
HexB55FBE5320191262a38
Octal2651372765620314465270
Binary10110101101111110111110101110010011001100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55fbe; }

 p { color: rgb(181,95,190); }

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

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

 a { background-color: rgb(181,95,190); }

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

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

 span { border-color: rgb(181,95,190); }

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