#B446BA

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

Shades of Fuchsia #B446BA

Tints of Fuchsia #B446BA

Color information

#B446BA (or 0xB446BA) is unknown color: approx Fuchsia. HEX triplet: B4, 46 and BA. RGB value is (180,70,186). Sum of RGB (Red+Green+Blue) = 180+70+186=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B446BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BA is #4BB945. Grayscale: #737373. Windows color (decimal): -4962630 or 12207796. OLE color: 12207796.

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

Color convert

RGB18070186-
CMYK0.030.6200.27
HSL296.9º45.67%50.2%-
HSV(B)296.9º62.37%72.94%-
XYZ29.8817.6348.28-
YUV116.11167.44173.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 70 (27.73% from 255) = 16.06%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=41.28%
G=16.06%
B=42.66%

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
Decimal180701860.030.6200.27296.945.6750.2
HexB446BA33E01B1292e32
Octal2641062723760334515662
Binary1011010010001101011101011111110011011100101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446BA; }

 p { color: rgb(180,70,186); }

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

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

 a { background-color: rgb(180,70,186); }

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

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

 span { border-color: rgb(180,70,186); }

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