#B48EE9

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

Shades of Biloba Flower #B48EE9

Tints of Biloba Flower #B48EE9

Color information

#B48EE9 (or 0xB48EE9) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and E9. RGB value is (180,142,233). Sum of RGB (Red+Green+Blue) = 180+142+233=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #B48EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EE9 is #4B7116. Grayscale: #A3A3A3. Windows color (decimal): -4944151 or 15306420. OLE color: 15306420.

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

Color convert

RGB180142233-
CMYK0.230.3900.09
HSL265.05º67.41%73.53%-
HSV(B)265.05º39.06%91.37%-
XYZ43.234.9381.56-
YUV163.74167.09139.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=32.43%
G=25.59%
B=41.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801422330.230.3900.09265.0567.4173.53
HexB48EE9172709109434a
Octal2642163512747011411103112
Binary101101001000111011101001101111001110100110000100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EE9; }

 p { color: rgb(180,142,233); }

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

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

 a { background-color: rgb(180,142,233); }

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

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

 span { border-color: rgb(180,142,233); }

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