#B93AAE

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

Shades of Fuchsia #B93AAE

Tints of Fuchsia #B93AAE

Color information

#B93AAE (or 0xB93AAE) is unknown color: approx Fuchsia. HEX triplet: B9, 3A and AE. RGB value is (185,58,174). Sum of RGB (Red+Green+Blue) = 185+58+174=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AAE is #46C551. Grayscale: #6C6C6C. Windows color (decimal): -4638034 or 11418297. OLE color: 11418297.

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

Color convert

RGB18558174-
CMYK00.690.060.27
HSL305.2º52.26%47.65%-
HSV(B)305.2º68.65%72.55%-
XYZ29.1616.441.67-
YUV109.2164.58182.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=44.36%
G=13.91%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855817400.690.060.27305.252.2647.65
HexB93AAE04561B1313430
Octal2717225601056334616460
Binary10111001111010101011100100010111011011100110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93AAE; }

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

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

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

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

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

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

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

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