#B449BE

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

Shades of Fuchsia #B449BE

Tints of Fuchsia #B449BE

Color information

#B449BE (or 0xB449BE) is unknown color: approx Fuchsia. HEX triplet: B4, 49 and BE. RGB value is (180,73,190). Sum of RGB (Red+Green+Blue) = 180+73+190=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #B449BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449BE is #4BB641. Grayscale: #757575. Windows color (decimal): -4961858 or 12470708. OLE color: 12470708.

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

Color convert

RGB18073190-
CMYK0.050.6200.25
HSL294.87º47.37%51.57%-
HSV(B)294.87º61.58%74.51%-
XYZ30.518.1950.62-
YUV118.33168.45171.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=40.63%
G=16.48%
B=42.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180731900.050.6200.25294.8747.3751.57
HexB449BE53E0191272f34
Octal2641112765760314475764
Binary10110100100100110111110101111110011001100100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B449BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B449BE; }

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

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

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

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

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

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

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

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