#B153BA

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

Shades of Fuchsia #B153BA

Tints of Fuchsia #B153BA

Color information

#B153BA (or 0xB153BA) is unknown color: approx Fuchsia. HEX triplet: B1, 53 and BA. RGB value is (177,83,186). Sum of RGB (Red+Green+Blue) = 177+83+186=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B153BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153BA is #4EAC45. Grayscale: #7A7A7A. Windows color (decimal): -5155910 or 12211121. OLE color: 12211121.

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

Color convert

RGB17783186-
CMYK0.050.5500.27
HSL294.76º42.74%52.75%-
HSV(B)294.76º55.38%72.94%-
XYZ30.0919.0848.55-
YUV122.85163.64166.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=39.69%
G=18.61%
B=41.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177831860.050.5500.27294.7642.7452.75
HexB153BA53701B1272b35
Octal2611232725670334475365
Binary10110001101001110111010101110111011011100100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153BA; }

 p { color: rgb(177,83,186); }

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

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

 a { background-color: rgb(177,83,186); }

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

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

 span { border-color: rgb(177,83,186); }

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