#B252AD

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

Shades of Fuchsia #B252AD

Tints of Fuchsia #B252AD

Color information

#B252AD (or 0xB252AD) is unknown color: approx Fuchsia. HEX triplet: B2, 52 and AD. RGB value is (178,82,173). Sum of RGB (Red+Green+Blue) = 178+82+173=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B252AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B252AD is #4DAD52. Grayscale: #787878. Windows color (decimal): -5090643 or 11358898. OLE color: 11358898.

HSL color Cylindrical-coordinate representation of color #B252AD: hue angle of 303.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B252AD is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17882173-
CMYK00.540.030.30
HSL303.12º38.4%50.98%-
HSV(B)303.12º53.93%69.8%-
XYZ28.9218.5241.58-
YUV121.08157.3168.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 82 (32.42% from 255) = 18.94%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=41.11%
G=18.94%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788217300.540.030.30303.1238.450.98
HexB252AD03631E12f2633
Octal2621222550663364574663
Binary1011001010100101010110101101101111110100101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252AD; }

 p { color: rgb(178,82,173); }

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

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

 a { background-color: rgb(178,82,173); }

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

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

 span { border-color: rgb(178,82,173); }

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