#B48DD4

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

Shades of Biloba Flower #B48DD4

Tints of Biloba Flower #B48DD4

Color information

#B48DD4 (or 0xB48DD4) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and D4. RGB value is (180,141,212). Sum of RGB (Red+Green+Blue) = 180+141+212=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #B48DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DD4 is #4B722B. Grayscale: #A0A0A0. Windows color (decimal): -4944428 or 13929908. OLE color: 13929908.

HSL color Cylindrical-coordinate representation of color #B48DD4: hue angle of 272.96º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B48DD4 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180141212-
CMYK0.150.3300.17
HSL272.96º45.22%69.22%-
HSV(B)272.96º33.49%83.14%-
XYZ40.2333.5166.63-
YUV160.76156.92141.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=33.77%
G=26.45%
B=39.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801412120.150.3300.17272.9645.2269.22
HexB48DD4F210111112d45
Octal264215324174102142155105
Binary10110100100011011101010011111000010100011000100011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DD4; }

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

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

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

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

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

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

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

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