#B93DAF

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

Shades of Fuchsia #B93DAF

Tints of Fuchsia #B93DAF

Color information

#B93DAF (or 0xB93DAF) is unknown color: approx Fuchsia. HEX triplet: B9, 3D and AF. RGB value is (185,61,175). Sum of RGB (Red+Green+Blue) = 185+61+175=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DAF is #46C250. Grayscale: #6E6E6E. Windows color (decimal): -4637265 or 11484601. OLE color: 11484601.

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

Color convert

RGB18561175-
CMYK00.670.050.27
HSL304.84º50.41%48.24%-
HSV(B)304.84º67.03%72.55%-
XYZ29.4116.7542.24-
YUV111.07164.08180.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=43.94%
G=14.49%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856117500.670.050.27304.8450.4148.24
HexB93DAF04351B1313230
Octal2717525701035334616260
Binary10111001111101101011110100001110111011100110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DAF; }

 p { color: rgb(185,61,175); }

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

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

 a { background-color: rgb(185,61,175); }

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

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

 span { border-color: rgb(185,61,175); }

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