#B446BD

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

Shades of Fuchsia #B446BD

Tints of Fuchsia #B446BD

Color information

#B446BD (or 0xB446BD) is unknown color: approx Fuchsia. HEX triplet: B4, 46 and BD. RGB value is (180,70,189). Sum of RGB (Red+Green+Blue) = 180+70+189=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #B446BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BD is #4BB942. Grayscale: #747474. Windows color (decimal): -4962627 or 12404404. OLE color: 12404404.

HSL color Cylindrical-coordinate representation of color #B446BD: hue angle of 295.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B446BD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18070189-
CMYK0.050.6300.26
HSL295.46º47.41%50.78%-
HSV(B)295.46º62.96%74.12%-
XYZ30.217.7649.98-
YUV116.46168.94173.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 70 (27.73% from 255) = 15.95%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=41.00%
G=15.95%
B=43.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180701890.050.6300.26295.4647.4150.78
HexB446BD53F01A1272f33
Octal2641062755770324475763
Binary10110100100011010111101101111111011010100100111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446BD; }

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

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

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

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

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

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

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

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