#B528AE

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

Shades of Fuchsia #B528AE

Tints of Fuchsia #B528AE

Color information

#B528AE (or 0xB528AE) is unknown color: approx Fuchsia. HEX triplet: B5, 28 and AE. RGB value is (181,40,174). Sum of RGB (Red+Green+Blue) = 181+40+174=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B528AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528AE is #4AD751. Grayscale: #616161. Windows color (decimal): -4904786 or 11413685. OLE color: 11413685.

HSL color Cylindrical-coordinate representation of color #B528AE: hue angle of 302.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B528AE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18140174-
CMYK00.780.040.29
HSL302.98º63.8%43.33%-
HSV(B)302.98º77.9%70.98%-
XYZ27.4514.441.38-
YUV97.43171.21187.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=45.82%
G=10.13%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814017400.780.040.29302.9863.843.33
HexB528AE04E41D12f402b
Octal26550256011643545710053
Binary101101011010001010111001001110100111011001011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B528AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B528AE; }

 p { color: rgb(181,40,174); }

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

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

 a { background-color: rgb(181,40,174); }

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

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

 span { border-color: rgb(181,40,174); }

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