#B446BB

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

Shades of Fuchsia #B446BB

Tints of Fuchsia #B446BB

Color information

#B446BB (or 0xB446BB) is unknown color: approx Fuchsia. HEX triplet: B4, 46 and BB. RGB value is (180,70,187). Sum of RGB (Red+Green+Blue) = 180+70+187=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #B446BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BB is #4BB944. Grayscale: #737373. Windows color (decimal): -4962629 or 12273332. OLE color: 12273332.

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

Color convert

RGB18070187-
CMYK0.040.6300.27
HSL296.41º46.25%50.39%-
HSV(B)296.41º62.57%73.33%-
XYZ29.9817.6748.84-
YUV116.23167.94173.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=41.19%
G=16.02%
B=42.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180701870.040.6300.27296.4146.2550.39
HexB446BB43F01B1282e32
Octal2641062734770334505662
Binary10110100100011010111011100111111011011100101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446BB; }

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

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

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

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

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

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

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

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