#b443af

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

Shades of Fuchsia #B443AF

Tints of Fuchsia #B443AF

Color information

#B443AF (or 0xB443AF) is unknown color: approx Fuchsia. HEX triplet: B4, 43 and AF. RGB value is (180,67,175). Sum of RGB (Red+Green+Blue) = 180+67+175=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B443AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B443AF is #4BBC50. Grayscale: #707070. Windows color (decimal): -4963409 or 11486132. OLE color: 11486132.

HSL color Cylindrical-coordinate representation of color #B443AF: hue angle of 302.65º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B443AF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18067175-
CMYK00.630.030.29
HSL302.65º45.75%48.43%-
HSV(B)302.65º62.78%70.59%-
XYZ28.5716.8142.3-
YUV113.1162.94175.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 67 (26.56% from 255) = 15.88%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=42.65%
G=15.88%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806717500.630.030.29302.6545.7548.43
HexB443AF03F31D12f2e30
Octal2641032570773354575660
Binary1011010010000111010111101111111111101100101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b443af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b443af; }

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

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

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

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

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

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

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

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