#B136AB

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

Shades of Fuchsia #B136AB

Tints of Fuchsia #B136AB

Color information

#B136AB (or 0xB136AB) is unknown color: approx Fuchsia. HEX triplet: B1, 36 and AB. RGB value is (177,54,171). Sum of RGB (Red+Green+Blue) = 177+54+171=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B136AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136AB is #4EC954. Grayscale: #676767. Windows color (decimal): -5163349 or 11220657. OLE color: 11220657.

HSL color Cylindrical-coordinate representation of color #B136AB: hue angle of 302.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B136AB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17754171-
CMYK00.690.030.31
HSL302.93º53.25%45.29%-
HSV(B)302.93º69.49%69.41%-
XYZ26.814.9340-
YUV104.12165.75179.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=44.03%
G=13.43%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775417100.690.030.31302.9353.2545.29
HexB136AB04531F12f352d
Octal2616625301053374576555
Binary1011000111011010101011010001011111111100101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136AB; }

 p { color: rgb(177,54,171); }

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

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

 a { background-color: rgb(177,54,171); }

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

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

 span { border-color: rgb(177,54,171); }

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