#B048BB

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

Shades of Fuchsia #B048BB

Tints of Fuchsia #B048BB

Color information

#B048BB (or 0xB048BB) is unknown color: approx Fuchsia. HEX triplet: B0, 48 and BB. RGB value is (176,72,187). Sum of RGB (Red+Green+Blue) = 176+72+187=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B048BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048BB is #4FB744. Grayscale: #737373. Windows color (decimal): -5224261 or 12273840. OLE color: 12273840.

HSL color Cylindrical-coordinate representation of color #B048BB: hue angle of 294.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B048BB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17672187-
CMYK0.060.6100.27
HSL294.26º45.82%50.78%-
HSV(B)294.26º61.5%73.33%-
XYZ29.1917.4548.84-
YUV116.21167.96170.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=40.46%
G=16.55%
B=42.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176721870.060.6100.27294.2645.8250.78
HexB048BB63D01B1262e33
Octal2601102736750334465663
Binary10110000100100010111011110111101011011100100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B048BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B048BB; }

 p { color: rgb(176,72,187); }

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

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

 a { background-color: rgb(176,72,187); }

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

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

 span { border-color: rgb(176,72,187); }

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