#B55FB4

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

Shades of Fuchsia #B55FB4

Tints of Fuchsia #B55FB4

Color information

#B55FB4 (or 0xB55FB4) is unknown color: approx Fuchsia. HEX triplet: B5, 5F and B4. RGB value is (181,95,180). Sum of RGB (Red+Green+Blue) = 181+95+180=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B55FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FB4 is #4AA04B. Grayscale: #828282. Windows color (decimal): -4890700 or 11820981. OLE color: 11820981.

HSL color Cylindrical-coordinate representation of color #B55FB4: hue angle of 300.7º 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 #B55FB4 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18195180-
CMYK00.480.010.29
HSL300.7º36.75%54.12%-
HSV(B)300.7º47.51%70.98%-
XYZ31.3921.345.64-
YUV130.4155.99164.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=39.69%
G=20.83%
B=39.47%

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
Decimal1819518000.480.010.29300.736.7554.12
HexB55FB403011D12d2536
Octal2651372640601354554566
Binary101101011011111101101000110000111101100101101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FB4; }

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

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

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

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

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

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

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

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