#B93FC2

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

Shades of Fuchsia #B93FC2

Tints of Fuchsia #B93FC2

Color information

#B93FC2 (or 0xB93FC2) is unknown color: approx Fuchsia. HEX triplet: B9, 3F and C2. RGB value is (185,63,194). Sum of RGB (Red+Green+Blue) = 185+63+194=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #B93FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FC2 is #46C03D. Grayscale: #727272. Windows color (decimal): -4636734 or 12730297. OLE color: 12730297.

HSL color Cylindrical-coordinate representation of color #B93FC2: hue angle of 295.88º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93FC2 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18563194-
CMYK0.050.6800.24
HSL295.88º51.78%50.39%-
HSV(B)295.88º67.53%76.08%-
XYZ31.5217.7652.81-
YUV114.41172.92178.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 194 (76.17% from 255) = 43.89%
R=41.86%
G=14.25%
B=43.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185631940.050.6800.24295.8851.7850.39
HexB93FC25440181283432
Octal2717730251040304506462
Binary10111001111111110000101011000100011000100101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93FC2; }

 p { color: rgb(185,63,194); }

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

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

 a { background-color: rgb(185,63,194); }

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

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

 span { border-color: rgb(185,63,194); }

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