#B93EAD

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

Shades of Fuchsia #B93EAD

Tints of Fuchsia #B93EAD

Color information

#B93EAD (or 0xB93EAD) is unknown color: approx Fuchsia. HEX triplet: B9, 3E and AD. RGB value is (185,62,173). Sum of RGB (Red+Green+Blue) = 185+62+173=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B93EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93EAD is #46C152. Grayscale: #6F6F6F. Windows color (decimal): -4637011 or 11353785. OLE color: 11353785.

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

Color convert

RGB18562173-
CMYK00.660.060.27
HSL305.85º49.8%48.43%-
HSV(B)305.85º66.49%72.55%-
XYZ29.2716.7841.23-
YUV111.43162.75180.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=44.05%
G=14.76%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856217300.660.060.27305.8549.848.43
HexB93EAD04261B1323230
Octal2717625501026334626260
Binary10111001111110101011010100001011011011100110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93EAD; }

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

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

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

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

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

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

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

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