#B444BD

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

Shades of Fuchsia #B444BD

Tints of Fuchsia #B444BD

Color information

#B444BD (or 0xB444BD) is unknown color: approx Fuchsia. HEX triplet: B4, 44 and BD. RGB value is (180,68,189). Sum of RGB (Red+Green+Blue) = 180+68+189=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #B444BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BD is #4BBB42. Grayscale: #727272. Windows color (decimal): -4963139 or 12403892. OLE color: 12403892.

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

Color convert

RGB18068189-
CMYK0.050.6400.26
HSL295.54º47.83%50.39%-
HSV(B)295.54º64.02%74.12%-
XYZ30.0717.5149.94-
YUV115.28169.61174.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=41.19%
G=15.56%
B=43.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180681890.050.6400.26295.5447.8350.39
HexB444BD54001A1283032
Octal26410427551000324506062
Binary101101001000100101111011011000000011010100101000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B444BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B444BD; }

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

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

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

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

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

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

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

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