#B48BD8

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

Shades of Biloba Flower #B48BD8

Tints of Biloba Flower #B48BD8

Color information

#B48BD8 (or 0xB48BD8) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and D8. RGB value is (180,139,216). Sum of RGB (Red+Green+Blue) = 180+139+216=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #B48BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BD8 is #4B7427. Grayscale: #9F9F9F. Windows color (decimal): -4944936 or 14191540. OLE color: 14191540.

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

Color convert

RGB180139216-
CMYK0.170.3600.15
HSL271.95º49.68%69.61%-
HSV(B)271.95º35.65%84.71%-
XYZ40.4533.1369.23-
YUV160.04159.58142.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=33.64%
G=25.98%
B=40.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801392160.170.3600.15271.9549.6869.61
HexB48BD811240F1103246
Octal264213330214401742062106
Binary10110100100010111101100010001100100011111000100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BD8; }

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

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

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

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

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

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

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

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