#B55FB3

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

Shades of Fuchsia #B55FB3

Tints of Fuchsia #B55FB3

Color information

#B55FB3 (or 0xB55FB3) is unknown color: approx Fuchsia. HEX triplet: B5, 5F and B3. RGB value is (181,95,179). Sum of RGB (Red+Green+Blue) = 181+95+179=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FB3 is #4AA04C. Grayscale: #828282. Windows color (decimal): -4890701 or 11755445. OLE color: 11755445.

HSL color Cylindrical-coordinate representation of color #B55FB3: hue angle of 301.4º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55FB3 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18195179-
CMYK00.480.010.29
HSL301.4º36.75%54.12%-
HSV(B)301.4º47.51%70.98%-
XYZ31.2821.2645.1-
YUV130.29155.49164.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=39.78%
G=20.88%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819517900.480.010.29301.436.7554.12
HexB55FB303011D12d2536
Octal2651372630601354554566
Binary101101011011111101100110110000111101100101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FB3; }

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

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

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

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

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

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

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

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