#B48DFB

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

Shades of Biloba Flower #B48DFB

Tints of Biloba Flower #B48DFB

Color information

#B48DFB (or 0xB48DFB) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and FB. RGB value is (180,141,251). Sum of RGB (Red+Green+Blue) = 180+141+251=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #B48DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DFB is #4B7204. Grayscale: #A4A4A4. Windows color (decimal): -4944389 or 16485812. OLE color: 16485812.

HSL color Cylindrical-coordinate representation of color #B48DFB: hue angle of 261.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B48DFB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180141251-
CMYK0.280.4400.02
HSL261.27º93.22%76.86%-
HSV(B)261.27º43.82%98.43%-
XYZ45.7635.7295.75-
YUV165.2176.42138.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=31.47%
G=24.65%
B=43.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801412510.280.4400.02261.2793.2276.86
HexB48DFB1C2C021055d4d
Octal264215373345402405135115
Binary1011010010001101111110111110010110001010000010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DFB; }

 p { color: rgb(180,141,251); }

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

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

 a { background-color: rgb(180,141,251); }

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

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

 span { border-color: rgb(180,141,251); }

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