#B93AAB

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

Shades of Fuchsia #B93AAB

Tints of Fuchsia #B93AAB

Color information

#B93AAB (or 0xB93AAB) is unknown color: approx Fuchsia. HEX triplet: B9, 3A and AB. RGB value is (185,58,171). Sum of RGB (Red+Green+Blue) = 185+58+171=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AAB is #46C554. Grayscale: #6C6C6C. Windows color (decimal): -4638037 or 11221689. OLE color: 11221689.

HSL color Cylindrical-coordinate representation of color #B93AAB: hue angle of 306.61º 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 #B93AAB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18558171-
CMYK00.690.080.27
HSL306.61º52.26%47.65%-
HSV(B)306.61º68.65%72.55%-
XYZ28.8716.2840.15-
YUV108.85163.08182.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 58 (23.05% from 255) = 14.01%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=44.69%
G=14.01%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855817100.690.080.27306.6152.2647.65
HexB93AAB04581B1333430
Octal27172253010510334636460
Binary101110011110101010101101000101100011011100110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93AAB; }

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

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

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

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

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

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

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

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