#B93EBF

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

Shades of Fuchsia #B93EBF

Tints of Fuchsia #B93EBF

Color information

#B93EBF (or 0xB93EBF) is unknown color: approx Fuchsia. HEX triplet: B9, 3E and BF. RGB value is (185,62,191). Sum of RGB (Red+Green+Blue) = 185+62+191=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #B93EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EBF is #46C140. Grayscale: #717171. Windows color (decimal): -4636993 or 12533433. OLE color: 12533433.

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

Color convert

RGB18562191-
CMYK0.030.6800.25
HSL297.21º50.99%49.61%-
HSV(B)297.21º67.54%74.9%-
XYZ31.1317.5251.03-
YUV113.48171.75179.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 62 (24.61% from 255) = 14.16%
BLUE value IS 191 (75% from 255) = 43.61%
R=42.24%
G=14.16%
B=43.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185621910.030.6800.25297.2150.9949.61
HexB93EBF3440191293332
Octal2717627731040314516362
Binary1011100111111010111111111000100011001100101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93EBF; }

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

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

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

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

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

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

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

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