#B48ED8

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

Shades of Biloba Flower #B48ED8

Tints of Biloba Flower #B48ED8

Color information

#B48ED8 (or 0xB48ED8) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and D8. RGB value is (180,142,216). Sum of RGB (Red+Green+Blue) = 180+142+216=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #B48ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ED8 is #4B7127. Grayscale: #A1A1A1. Windows color (decimal): -4944168 or 14192308. OLE color: 14192308.

HSL color Cylindrical-coordinate representation of color #B48ED8: hue angle of 270.81º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48ED8 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180142216-
CMYK0.170.3400.15
HSL270.81º48.68%70.2%-
HSV(B)270.81º34.26%84.71%-
XYZ40.8934.0169.37-
YUV161.8158.59140.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=33.46%
G=26.39%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801422160.170.3400.15270.8148.6870.2
HexB48ED811220F10f3146
Octal264216330214201741761106
Binary10110100100011101101100010001100010011111000011111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ED8; }

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

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

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

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

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

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

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

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