#B48FDD

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

Shades of Biloba Flower #B48FDD

Tints of Biloba Flower #B48FDD

Color information

#B48FDD (or 0xB48FDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8F and DD. RGB value is (180,143,221). Sum of RGB (Red+Green+Blue) = 180+143+221=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FDD is #4B7022. Grayscale: #A2A2A2. Windows color (decimal): -4943907 or 14520244. OLE color: 14520244.

HSL color Cylindrical-coordinate representation of color #B48FDD: hue angle of 268.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B48FDD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180143221-
CMYK0.190.3500.13
HSL268.46º53.42%71.37%-
HSV(B)268.46º35.29%86.67%-
XYZ41.734.5772.88-
YUV162.95160.76140.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=33.09%
G=26.29%
B=40.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801432210.190.3500.13268.4653.4271.37
HexB48FDD13230D10c3547
Octal264217335234301541465107
Binary10110100100011111101110110011100011011011000011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FDD; }

 p { color: rgb(180,143,221); }

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

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

 a { background-color: rgb(180,143,221); }

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

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

 span { border-color: rgb(180,143,221); }

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