#B48CD1

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

Shades of Biloba Flower #B48CD1

Tints of Biloba Flower #B48CD1

Color information

#B48CD1 (or 0xB48CD1) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and D1. RGB value is (180,140,209). Sum of RGB (Red+Green+Blue) = 180+140+209=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #B48CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CD1 is #4B732E. Grayscale: #9F9F9F. Windows color (decimal): -4944687 or 13733044. OLE color: 13733044.

HSL color Cylindrical-coordinate representation of color #B48CD1: hue angle of 274.78º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B48CD1 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180140209-
CMYK0.140.3300.18
HSL274.78º42.86%68.43%-
HSV(B)274.78º33.01%81.96%-
XYZ39.7133.0664.61-
YUV159.83155.75142.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=34.03%
G=26.47%
B=39.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801402090.140.3300.18274.7842.8668.43
HexB48CD1E210121132b44
Octal264214321164102242353104
Binary10110100100011001101000111101000010100101000100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CD1; }

 p { color: rgb(180,140,209); }

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

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

 a { background-color: rgb(180,140,209); }

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

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

 span { border-color: rgb(180,140,209); }

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