#B943B4

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

Shades of Fuchsia #B943B4

Tints of Fuchsia #B943B4

Color information

#B943B4 (or 0xB943B4) is unknown color: approx Fuchsia. HEX triplet: B9, 43 and B4. RGB value is (185,67,180). Sum of RGB (Red+Green+Blue) = 185+67+180=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B943B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943B4 is #46BC4B. Grayscale: #727272. Windows color (decimal): -4635724 or 11813817. OLE color: 11813817.

HSL color Cylindrical-coordinate representation of color #B943B4: hue angle of 302.54º 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 #B943B4 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18567180-
CMYK00.640.030.27
HSL302.54º46.83%49.41%-
HSV(B)302.54º63.78%72.55%-
XYZ30.2517.6244.99-
YUV115.16164.59177.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 67 (26.56% from 255) = 15.51%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=42.82%
G=15.51%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856718000.640.030.27302.5446.8349.41
HexB943B404031B12f2f31
Octal27110326401003334575761
Binary10111001100001110110100010000001111011100101111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943B4; }

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

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

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

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

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

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

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

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