#B93EBE

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

Shades of Fuchsia #B93EBE

Tints of Fuchsia #B93EBE

Color information

#B93EBE (or 0xB93EBE) is unknown color: approx Fuchsia. HEX triplet: B9, 3E and BE. RGB value is (185,62,190). Sum of RGB (Red+Green+Blue) = 185+62+190=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B93EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EBE is #46C141. Grayscale: #707070. Windows color (decimal): -4636994 or 12467897. OLE color: 12467897.

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

Color convert

RGB18562190-
CMYK0.030.6700.25
HSL297.66º50.79%49.41%-
HSV(B)297.66º67.37%74.51%-
XYZ31.0217.4850.45-
YUV113.37171.25179.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=42.33%
G=14.19%
B=43.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185621900.030.6700.25297.6650.7949.41
HexB93EBE34301912a3331
Octal2717627631030314526361
Binary1011100111111010111110111000011011001100101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93EBE; }

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

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

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

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

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

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

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

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