#B48DE8

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

Shades of Biloba Flower #B48DE8

Tints of Biloba Flower #B48DE8

Color information

#B48DE8 (or 0xB48DE8) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and E8. RGB value is (180,141,232). Sum of RGB (Red+Green+Blue) = 180+141+232=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #B48DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48DE8 is #4B7217. Grayscale: #A2A2A2. Windows color (decimal): -4944408 or 15240628. OLE color: 15240628.

HSL color Cylindrical-coordinate representation of color #B48DE8: hue angle of 265.71º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B48DE8 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180141232-
CMYK0.220.3900.09
HSL265.71º66.42%73.14%-
HSV(B)265.71º39.22%90.98%-
XYZ42.9134.5880.76-
YUV163.04166.92140.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=32.55%
G=25.50%
B=41.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801412320.220.3900.09265.7166.4273.14
HexB48DE816270910a4249
Octal2642153502647011412102111
Binary101101001000110111101000101101001110100110000101010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DE8; }

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

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

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

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

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

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

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

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