#B93CC0

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

Shades of Fuchsia #B93CC0

Tints of Fuchsia #B93CC0

Color information

#B93CC0 (or 0xB93CC0) is unknown color: approx Fuchsia. HEX triplet: B9, 3C and C0. RGB value is (185,60,192). Sum of RGB (Red+Green+Blue) = 185+60+192=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #B93CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CC0 is #46C33F. Grayscale: #707070. Windows color (decimal): -4637504 or 12598457. OLE color: 12598457.

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

Color convert

RGB18560192-
CMYK0.040.6900.25
HSL296.82º52.38%49.41%-
HSV(B)296.82º68.75%75.29%-
XYZ31.1417.3551.58-
YUV112.42172.91179.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=42.33%
G=13.73%
B=43.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185601920.040.6900.25296.8252.3849.41
HexB93CC04450191293431
Octal2717430041050314516461
Binary10111001111100110000001001000101011001100101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CC0; }

 p { color: rgb(185,60,192); }

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

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

 a { background-color: rgb(185,60,192); }

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

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

 span { border-color: rgb(185,60,192); }

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