#B943B0

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

Shades of Fuchsia #B943B0

Tints of Fuchsia #B943B0

Color information

#B943B0 (or 0xB943B0) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and B0. RGB value is (185,67,176). Sum of RGB (Red+Green+Blue) = 185+67+176=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B943B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B943B0 is #46BC4F. Grayscale: #727272. Windows color (decimal): -4635728 or 11551673. OLE color: 11551673.

HSL color Cylindrical-coordinate representation of color #B943B0: hue angle of 304.58º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B943B0 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18567176-
CMYK00.640.050.27
HSL304.58º46.83%49.41%-
HSV(B)304.58º63.78%72.55%-
XYZ29.8517.4642.87-
YUV114.71162.59178.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 67 (26.56% from 255) = 15.65%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=43.22%
G=15.65%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856717600.640.050.27304.5846.8349.41
HexB943B004051B1312f31
Octal27110326001005334615761
Binary101110011000011101100000100000010111011100110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943B0; }

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

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

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

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

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

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

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

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