#B943BA

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

Shades of Fuchsia #B943BA

Tints of Fuchsia #B943BA

Color information

#B943BA (or 0xB943BA) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and BA. RGB value is (185,67,186). Sum of RGB (Red+Green+Blue) = 185+67+186=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #B943BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943BA is #46BC45. Grayscale: #737373. Windows color (decimal): -4635718 or 12207033. OLE color: 12207033.

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

Color convert

RGB18567186-
CMYK0.010.6400.27
HSL299.5º47.04%49.61%-
HSV(B)299.5º63.98%72.94%-
XYZ30.8817.8748.28-
YUV115.85167.59177.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 67 (26.56% from 255) = 15.30%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=42.24%
G=15.30%
B=42.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185671860.010.6400.27299.547.0449.61
HexB943BA14001B12b2f32
Octal27110327211000334535762
Binary1011100110000111011101011000000011011100101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943BA; }

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

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

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

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

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

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

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

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