#B48DDF

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

Shades of Biloba Flower #B48DDF

Tints of Biloba Flower #B48DDF

Color information

#B48DDF (or 0xB48DDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and DF. RGB value is (180,141,223). Sum of RGB (Red+Green+Blue) = 180+141+223=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B48DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDF is #4B7220. Grayscale: #A1A1A1. Windows color (decimal): -4944417 or 14650804. OLE color: 14650804.

HSL color Cylindrical-coordinate representation of color #B48DDF: hue angle of 268.54º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48DDF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180141223-
CMYK0.190.3700.13
HSL268.54º56.16%71.37%-
HSV(B)268.54º36.77%87.45%-
XYZ41.6734.0874.19-
YUV162.01162.42140.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=33.09%
G=25.92%
B=40.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801412230.190.3700.13268.5456.1671.37
HexB48DDF13250D10d3847
Octal264215337234501541570107
Binary10110100100011011101111110011100101011011000011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DDF; }

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

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

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

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

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

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

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

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