#B93FB4

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

Shades of Fuchsia #B93FB4

Tints of Fuchsia #B93FB4

Color information

#B93FB4 (or 0xB93FB4) is unknown color: approx Fuchsia. HEX triplet: B9, 3F and B4. RGB value is (185,63,180). Sum of RGB (Red+Green+Blue) = 185+63+180=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B93FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FB4 is #46C04B. Grayscale: #707070. Windows color (decimal): -4636748 or 11812793. OLE color: 11812793.

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

Color convert

RGB18563180-
CMYK00.660.030.27
HSL302.46º49.19%48.63%-
HSV(B)302.46º65.95%72.55%-
XYZ30.0217.1644.91-
YUV112.82165.92179.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=43.22%
G=14.72%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856318000.660.030.27302.4649.1948.63
HexB93FB404231B12e3131
Octal2717726401023334566161
Binary1011100111111110110100010000101111011100101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93FB4; }

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

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

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

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

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

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

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

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