#B136AD

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

Shades of Fuchsia #B136AD

Tints of Fuchsia #B136AD

Color information

#B136AD (or 0xB136AD) is unknown color: approx Fuchsia. HEX triplet: B1, 36 and AD. RGB value is (177,54,173). Sum of RGB (Red+Green+Blue) = 177+54+173=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B136AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136AD is #4EC952. Grayscale: #676767. Windows color (decimal): -5163347 or 11351729. OLE color: 11351729.

HSL color Cylindrical-coordinate representation of color #B136AD: hue angle of 301.95º 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 #B136AD is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17754173-
CMYK00.690.020.31
HSL301.95º53.25%45.29%-
HSV(B)301.95º69.49%69.41%-
XYZ26.991541.01-
YUV104.34166.75179.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=43.81%
G=13.37%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775417300.690.020.31301.9553.2545.29
HexB136AD04521F12e352d
Octal2616625501052374566555
Binary1011000111011010101101010001011011111100101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136AD; }

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

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

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

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

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

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

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

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