#B93ABE

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

Shades of Fuchsia #B93ABE

Tints of Fuchsia #B93ABE

Color information

#B93ABE (or 0xB93ABE) is unknown color: approx Fuchsia. HEX triplet: B9, 3A and BE. RGB value is (185,58,190). Sum of RGB (Red+Green+Blue) = 185+58+190=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #B93ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ABE is #46C541. Grayscale: #6E6E6E. Windows color (decimal): -4638018 or 12466873. OLE color: 12466873.

HSL color Cylindrical-coordinate representation of color #B93ABE: hue angle of 297.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93ABE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18558190-
CMYK0.030.6900.25
HSL297.73º53.23%48.63%-
HSV(B)297.73º69.47%74.51%-
XYZ30.8117.0650.38-
YUV111.02172.58180.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 58 (23.05% from 255) = 13.39%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=42.73%
G=13.39%
B=43.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185581900.030.6900.25297.7353.2348.63
HexB93ABE34501912a3531
Octal2717227631050314526561
Binary1011100111101010111110111000101011001100101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93ABE; }

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

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

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

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

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

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

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

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