#B93EAC

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

Shades of Fuchsia #B93EAC

Tints of Fuchsia #B93EAC

Color information

#B93EAC (or 0xB93EAC) is unknown color: approx Fuchsia. HEX triplet: B9, 3E and AC. RGB value is (185,62,172). Sum of RGB (Red+Green+Blue) = 185+62+172=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B93EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93EAC is #46C153. Grayscale: #6F6F6F. Windows color (decimal): -4637012 or 11288249. OLE color: 11288249.

HSL color Cylindrical-coordinate representation of color #B93EAC: hue angle of 306.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93EAC is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18562172-
CMYK00.660.070.27
HSL306.34º49.8%48.43%-
HSV(B)306.34º66.49%72.55%-
XYZ29.1816.7440.72-
YUV111.32162.25180.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=44.15%
G=14.80%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856217200.660.070.27306.3449.848.43
HexB93EAC04271B1323230
Octal2717625401027334626260
Binary10111001111110101011000100001011111011100110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93EAC; }

 p { color: rgb(185,62,172); }

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

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

 a { background-color: rgb(185,62,172); }

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

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

 span { border-color: rgb(185,62,172); }

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