#B152AD

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

Shades of Fuchsia #B152AD

Tints of Fuchsia #B152AD

Color information

#B152AD (or 0xB152AD) is unknown color: approx Fuchsia. HEX triplet: B1, 52 and AD. RGB value is (177,82,173). Sum of RGB (Red+Green+Blue) = 177+82+173=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B152AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B152AD is #4EAD52. Grayscale: #787878. Windows color (decimal): -5156179 or 11358897. OLE color: 11358897.

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

Color convert

RGB17782173-
CMYK00.540.020.31
HSL302.53º37.85%50.78%-
HSV(B)302.53º53.67%69.41%-
XYZ28.6918.441.57-
YUV120.78157.47168.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=40.97%
G=18.98%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778217300.540.020.31302.5337.8550.78
HexB152AD03621F12f2633
Octal2611222550662374574663
Binary1011000110100101010110101101101011111100101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B152AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B152AD; }

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

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

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

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

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

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

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

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