#B447B9

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

Shades of Fuchsia #B447B9

Tints of Fuchsia #B447B9

Color information

#B447B9 (or 0xB447B9) is unknown color: approx Fuchsia. HEX triplet: B4, 47 and B9. RGB value is (180,71,185). Sum of RGB (Red+Green+Blue) = 180+71+185=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #B447B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B447B9 is #4BB846. Grayscale: #747474. Windows color (decimal): -4962375 or 12142516. OLE color: 12142516.

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

Color convert

RGB18071185-
CMYK0.030.6200.27
HSL297.37º44.88%50.2%-
HSV(B)297.37º61.62%72.55%-
XYZ29.8317.7147.75-
YUV116.59166.61173.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 71 (28.12% from 255) = 16.28%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=41.28%
G=16.28%
B=42.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180711850.030.6200.27297.3744.8850.2
HexB447B933E01B1292d32
Octal2641072713760334515562
Binary1011010010001111011100111111110011011100101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B447B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B447B9; }

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

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

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

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

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

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

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

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