#B548BD

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

Shades of Fuchsia #B548BD

Tints of Fuchsia #B548BD

Color information

#B548BD (or 0xB548BD) is unknown color: approx Fuchsia. HEX triplet: B5, 48 and BD. RGB value is (181,72,189). Sum of RGB (Red+Green+Blue) = 181+72+189=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #B548BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548BD is #4AB742. Grayscale: #757575. Windows color (decimal): -4896579 or 12404917. OLE color: 12404917.

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

Color convert

RGB18172189-
CMYK0.040.6200.26
HSL295.9º46.99%51.18%-
HSV(B)295.9º61.9%74.12%-
XYZ30.5618.1350.03-
YUV117.93168.11172.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 72 (28.52% from 255) = 16.29%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=40.95%
G=16.29%
B=42.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181721890.040.6200.26295.946.9951.18
HexB548BD43E01A1282f33
Octal2651102754760324505763
Binary10110101100100010111101100111110011010100101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548BD; }

 p { color: rgb(181,72,189); }

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

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

 a { background-color: rgb(181,72,189); }

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

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

 span { border-color: rgb(181,72,189); }

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