#B943C0

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

Shades of Fuchsia #B943C0

Tints of Fuchsia #B943C0

Color information

#B943C0 (or 0xB943C0) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and C0. RGB value is (185,67,192). Sum of RGB (Red+Green+Blue) = 185+67+192=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #B943C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943C0 is #46BC3F. Grayscale: #747474. Windows color (decimal): -4635712 or 12600249. OLE color: 12600249.

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

Color convert

RGB18567192-
CMYK0.040.6500.25
HSL296.64º49.8%50.78%-
HSV(B)296.64º65.1%75.29%-
XYZ31.5318.1351.71-
YUV116.53170.59176.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 15.09%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=41.67%
G=15.09%
B=43.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185671920.040.6500.25296.6449.850.78
HexB943C04410191293233
Octal27110330041010314516263
Binary101110011000011110000001001000001011001100101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943C0; }

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

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

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

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

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

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

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

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