#B48DD5

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

Shades of Biloba Flower #B48DD5

Tints of Biloba Flower #B48DD5

Color information

#B48DD5 (or 0xB48DD5) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and D5. RGB value is (180,141,213). Sum of RGB (Red+Green+Blue) = 180+141+213=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #B48DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DD5 is #4B722A. Grayscale: #A0A0A0. Windows color (decimal): -4944427 or 13995444. OLE color: 13995444.

HSL color Cylindrical-coordinate representation of color #B48DD5: hue angle of 272.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48DD5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180141213-
CMYK0.150.3400.16
HSL272.5º46.15%69.41%-
HSV(B)272.5º33.8%83.53%-
XYZ40.3633.5667.3-
YUV160.87157.42141.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=33.71%
G=26.40%
B=39.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801412130.150.3400.16272.546.1569.41
HexB48DD5F220101102e45
Octal264215325174202042056105
Binary10110100100011011101010111111000100100001000100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DD5; }

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

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

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

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

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

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

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

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