#B55BB6

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

Shades of Fuchsia #B55BB6

Tints of Fuchsia #B55BB6

Color information

#B55BB6 (or 0xB55BB6) is unknown color: approx Fuchsia. HEX triplet: B5, 5B and B6. RGB value is (181,91,182). Sum of RGB (Red+Green+Blue) = 181+91+182=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #B55BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BB6 is #4AA449. Grayscale: #808080. Windows color (decimal): -4891722 or 11951029. OLE color: 11951029.

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

Color convert

RGB18191182-
CMYK0.010.500.29
HSL299.34º38.4%53.53%-
HSV(B)299.34º50%71.37%-
XYZ31.2420.6846.6-
YUV128.28158.32165.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=39.87%
G=20.04%
B=40.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181911820.010.500.29299.3438.453.53
HexB55BB613201D12b2636
Octal2651332661620354534666
Binary101101011011011101101101110010011101100101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BB6; }

 p { color: rgb(181,91,182); }

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

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

 a { background-color: rgb(181,91,182); }

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

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

 span { border-color: rgb(181,91,182); }

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