#B932AD

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

Shades of Fuchsia #B932AD

Tints of Fuchsia #B932AD

Color information

#B932AD (or 0xB932AD) is unknown color: approx Fuchsia. HEX triplet: B9, 32 and AD. RGB value is (185,50,173). Sum of RGB (Red+Green+Blue) = 185+50+173=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B932AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932AD is #46CD52. Grayscale: #686868. Windows color (decimal): -4640083 or 11350713. OLE color: 11350713.

HSL color Cylindrical-coordinate representation of color #B932AD: hue angle of 305.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B932AD is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18550173-
CMYK00.730.060.27
HSL305.33º57.45%46.08%-
HSV(B)305.33º72.97%72.55%-
XYZ28.6915.6141.04-
YUV104.39166.73185.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=45.34%
G=12.25%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855017300.730.060.27305.3357.4546.08
HexB932AD04961B131392e
Octal2716225501116334617156
Binary10111001110010101011010100100111011011100110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B932AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B932AD; }

 p { color: rgb(185,50,173); }

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

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

 a { background-color: rgb(185,50,173); }

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

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

 span { border-color: rgb(185,50,173); }

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