#B93FB5

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

Shades of Fuchsia #B93FB5

Tints of Fuchsia #B93FB5

Color information

#B93FB5 (or 0xB93FB5) is unknown color: approx Fuchsia. HEX triplet: B9, 3F and B5. RGB value is (185,63,181). Sum of RGB (Red+Green+Blue) = 185+63+181=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FB5 is #46C04A. Grayscale: #707070. Windows color (decimal): -4636747 or 11878329. OLE color: 11878329.

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

Color convert

RGB18563181-
CMYK00.660.020.27
HSL301.97º49.19%48.63%-
HSV(B)301.97º65.95%72.55%-
XYZ30.1317.2145.45-
YUV112.93166.42179.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 63 (25% from 255) = 14.69%
BLUE value IS 181 (71.09% from 255) = 42.19%
R=43.12%
G=14.69%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856318100.660.020.27301.9749.1948.63
HexB93FB504221B12e3131
Octal2717726501022334566161
Binary1011100111111110110101010000101011011100101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93FB5; }

 p { color: rgb(185,63,181); }

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

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

 a { background-color: rgb(185,63,181); }

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

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

 span { border-color: rgb(185,63,181); }

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