#B536AF

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

Shades of Fuchsia #B536AF

Tints of Fuchsia #B536AF

Color information

#B536AF (or 0xB536AF) is unknown color: approx Fuchsia. HEX triplet: B5, 36 and AF. RGB value is (181,54,175). Sum of RGB (Red+Green+Blue) = 181+54+175=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B536AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536AF is #4AC950. Grayscale: #696969. Windows color (decimal): -4901201 or 11482805. OLE color: 11482805.

HSL color Cylindrical-coordinate representation of color #B536AF: hue angle of 302.83º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B536AF is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18154175-
CMYK00.700.030.29
HSL302.83º54.04%46.08%-
HSV(B)302.83º70.17%70.98%-
XYZ28.1115.5642.08-
YUV105.77167.08181.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 54 (21.48% from 255) = 13.17%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=44.15%
G=13.17%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815417500.700.030.29302.8354.0446.08
HexB536AF04631D12f362e
Octal2656625701063354576656
Binary1011010111011010101111010001101111101100101111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536AF; }

 p { color: rgb(181,54,175); }

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

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

 a { background-color: rgb(181,54,175); }

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

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

 span { border-color: rgb(181,54,175); }

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