#B48CD9

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

Shades of Biloba Flower #B48CD9

Tints of Biloba Flower #B48CD9

Color information

#B48CD9 (or 0xB48CD9) is unknown color: approx Biloba Flower. HEX triplet: B4, 8C and D9. RGB value is (180,140,217). Sum of RGB (Red+Green+Blue) = 180+140+217=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #B48CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CD9 is #4B7326. Grayscale: #A0A0A0. Windows color (decimal): -4944679 or 14257332. OLE color: 14257332.

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

Color convert

RGB180140217-
CMYK0.170.3500.15
HSL271.17º50.33%70%-
HSV(B)271.17º35.48%85.1%-
XYZ40.7233.4769.96-
YUV160.74159.75141.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=33.52%
G=26.07%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801402170.170.3500.15271.1750.3370
HexB48CD911230F10f3246
Octal264214331214301741762106
Binary10110100100011001101100110001100011011111000011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CD9; }

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

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

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

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

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

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

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

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