#B448BE

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

Shades of Fuchsia #B448BE

Tints of Fuchsia #B448BE

Color information

#B448BE (or 0xB448BE) is unknown color: approx Fuchsia. HEX triplet: B4, 48 and BE. RGB value is (180,72,190). Sum of RGB (Red+Green+Blue) = 180+72+190=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #B448BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B448BE is #4BB741. Grayscale: #757575. Windows color (decimal): -4962114 or 12470452. OLE color: 12470452.

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

Color convert

RGB18072190-
CMYK0.050.6200.25
HSL294.92º47.58%51.37%-
HSV(B)294.92º62.11%74.51%-
XYZ30.4318.0650.6-
YUV117.74168.78172.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 72 (28.52% from 255) = 16.29%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=40.72%
G=16.29%
B=42.99%

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
Decimal180721900.050.6200.25294.9247.5851.37
HexB448BE53E0191273033
Octal2641102765760314476063
Binary10110100100100010111110101111110011001100100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448BE; }

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

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

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

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

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

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

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

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