#B55CBA

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

Shades of Fuchsia #B55CBA

Tints of Fuchsia #B55CBA

Color information

#B55CBA (or 0xB55CBA) is unknown color: approx Fuchsia. HEX triplet: B5, 5C and BA. RGB value is (181,92,186). Sum of RGB (Red+Green+Blue) = 181+92+186=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CBA is #4AA345. Grayscale: #818181. Windows color (decimal): -4891462 or 12213429. OLE color: 12213429.

HSL color Cylindrical-coordinate representation of color #B55CBA: hue angle of 296.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55CBA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18192186-
CMYK0.030.5100.27
HSL296.81º40.52%54.51%-
HSV(B)296.81º50.54%72.94%-
XYZ31.7521.0248.84-
YUV129.33159.99164.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=39.43%
G=20.04%
B=40.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181921860.030.5100.27296.8140.5254.51
HexB55CBA33301B1292937
Octal2651342723630334515167
Binary1011010110111001011101011110011011011100101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CBA; }

 p { color: rgb(181,92,186); }

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

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

 a { background-color: rgb(181,92,186); }

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

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

 span { border-color: rgb(181,92,186); }

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