#B55CBB

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

Shades of Fuchsia #B55CBB

Tints of Fuchsia #B55CBB

Color information

#B55CBB (or 0xB55CBB) is unknown color: approx Fuchsia. HEX triplet: B5, 5C and BB. RGB value is (181,92,187). Sum of RGB (Red+Green+Blue) = 181+92+187=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B55CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CBB is #4AA344. Grayscale: #818181. Windows color (decimal): -4891461 or 12278965. OLE color: 12278965.

HSL color Cylindrical-coordinate representation of color #B55CBB: hue angle of 296.21º 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 #B55CBB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18192187-
CMYK0.030.5100.27
HSL296.21º41.13%54.71%-
HSV(B)296.21º50.8%73.33%-
XYZ31.8521.0749.4-
YUV129.44160.49164.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=39.35%
G=20%
B=40.65%

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
Decimal181921870.030.5100.27296.2141.1354.71
HexB55CBB33301B1282937
Octal2651342733630334505167
Binary1011010110111001011101111110011011011100101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CBB; }

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

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

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

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

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

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

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

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