#B93ABF

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

Shades of Fuchsia #B93ABF

Tints of Fuchsia #B93ABF

Color information

#B93ABF (or 0xB93ABF) is unknown color: approx Fuchsia. HEX triplet: B9, 3A and BF. RGB value is (185,58,191). Sum of RGB (Red+Green+Blue) = 185+58+191=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #B93ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ABF is #46C540. Grayscale: #6E6E6E. Windows color (decimal): -4638017 or 12532409. OLE color: 12532409.

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

Color convert

RGB18558191-
CMYK0.030.7000.25
HSL297.29º53.41%48.82%-
HSV(B)297.29º69.63%74.9%-
XYZ30.9217.150.96-
YUV111.14173.08180.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 58 (23.05% from 255) = 13.36%
BLUE value IS 191 (75% from 255) = 44.01%
R=42.63%
G=13.36%
B=44.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185581910.030.7000.25297.2953.4148.82
HexB93ABF3460191293531
Octal2717227731060314516561
Binary1011100111101010111111111000110011001100101001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93ABF; }

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

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

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

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

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

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

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

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