#B930AE

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

Shades of Fuchsia #B930AE

Tints of Fuchsia #B930AE

Color information

#B930AE (or 0xB930AE) is unknown color: approx Fuchsia. HEX triplet: B9, 30 and AE. RGB value is (185,48,174). Sum of RGB (Red+Green+Blue) = 185+48+174=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B930AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930AE is #46CF51. Grayscale: #666666. Windows color (decimal): -4640594 or 11415737. OLE color: 11415737.

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

Color convert

RGB18548174-
CMYK00.740.060.27
HSL304.82º58.8%45.69%-
HSV(B)304.82º74.05%72.55%-
XYZ28.715.4841.52-
YUV103.33167.89186.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 48 (19.14% from 255) = 11.79%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=45.45%
G=11.79%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854817400.740.060.27304.8258.845.69
HexB930AE04A61B1313b2e
Octal2716025601126334617356
Binary10111001110000101011100100101011011011100110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B930AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B930AE; }

 p { color: rgb(185,48,174); }

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

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

 a { background-color: rgb(185,48,174); }

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

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

 span { border-color: rgb(185,48,174); }

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