#B843C0

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

Shades of Fuchsia #B843C0

Tints of Fuchsia #B843C0

Color information

#B843C0 (or 0xB843C0) is unknown color: approx Fuchsia. HEX triplet: B8, 43 and C0. RGB value is (184,67,192). Sum of RGB (Red+Green+Blue) = 184+67+192=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B843C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B843C0 is #47BC3F. Grayscale: #737373. Windows color (decimal): -4701248 or 12600248. OLE color: 12600248.

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

Color convert

RGB18467192-
CMYK0.040.6500.25
HSL296.16º49.8%50.78%-
HSV(B)296.16º65.1%75.29%-
XYZ31.2918.0151.7-
YUV116.23170.76176.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=41.53%
G=15.12%
B=43.34%

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
Decimal184671920.040.6500.25296.1649.850.78
HexB843C04410191283233
Octal27010330041010314506263
Binary101110001000011110000001001000001011001100101000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B843C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B843C0; }

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

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

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

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

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

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

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

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