#B55BBE

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

Shades of Fuchsia #B55BBE

Tints of Fuchsia #B55BBE

Color information

#B55BBE (or 0xB55BBE) is unknown color: approx Fuchsia. HEX triplet: B5, 5B and BE. RGB value is (181,91,190). Sum of RGB (Red+Green+Blue) = 181+91+190=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #B55BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BBE is #4AA441. Grayscale: #808080. Windows color (decimal): -4891714 or 12475317. OLE color: 12475317.

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

Color convert

RGB18191190-
CMYK0.050.5200.25
HSL294.55º43.23%55.1%-
HSV(B)294.55º52.11%74.51%-
XYZ32.0921.0251.08-
YUV129.2162.32164.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 91 (35.94% from 255) = 19.70%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=39.18%
G=19.70%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181911900.050.5200.25294.5543.2355.1
HexB55BBE5340191272b37
Octal2651332765640314475367
Binary10110101101101110111110101110100011001100100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BBE; }

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

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

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

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

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

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

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

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