#B445BE

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

Shades of Fuchsia #B445BE

Tints of Fuchsia #B445BE

Color information

#B445BE (or 0xB445BE) is unknown color: approx Fuchsia. HEX triplet: B4, 45 and BE. RGB value is (180,69,190). Sum of RGB (Red+Green+Blue) = 180+69+190=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #B445BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445BE is #4BBA41. Grayscale: #737373. Windows color (decimal): -4962882 or 12469684. OLE color: 12469684.

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

Color convert

RGB18069190-
CMYK0.050.6400.25
HSL295.04º48.21%50.78%-
HSV(B)295.04º63.68%74.51%-
XYZ30.2417.6850.53-
YUV115.98169.77173.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=41.00%
G=15.72%
B=43.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180691900.050.6400.25295.0448.2150.78
HexB445BE5400191273033
Octal26410527651000314476063
Binary101101001000101101111101011000000011001100100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445BE; }

 p { color: rgb(180,69,190); }

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

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

 a { background-color: rgb(180,69,190); }

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

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

 span { border-color: rgb(180,69,190); }

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