#B93DB2

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

Shades of Fuchsia #B93DB2

Tints of Fuchsia #B93DB2

Color information

#B93DB2 (or 0xB93DB2) is unknown color: approx Fuchsia. HEX triplet: B9, 3D and B2. RGB value is (185,61,178). Sum of RGB (Red+Green+Blue) = 185+61+178=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DB2 is #46C24D. Grayscale: #6F6F6F. Windows color (decimal): -4637262 or 11681209. OLE color: 11681209.

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

Color convert

RGB18561178-
CMYK00.670.040.27
HSL303.39º50.41%48.24%-
HSV(B)303.39º67.03%72.55%-
XYZ29.7116.8743.81-
YUV111.41165.58180.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 61 (24.22% from 255) = 14.39%
BLUE value IS 178 (69.92% from 255) = 41.98%
R=43.63%
G=14.39%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856117800.670.040.27303.3950.4148.24
HexB93DB204341B12f3230
Octal2717526201034334576260
Binary10111001111101101100100100001110011011100101111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DB2; }

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

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

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

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

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

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

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

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