#B47DDD

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

Shades of Biloba Flower #B47DDD

Tints of Biloba Flower #B47DDD

Color information

#B47DDD (or 0xB47DDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 7D and DD. RGB value is (180,125,221). Sum of RGB (Red+Green+Blue) = 180+125+221=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DDD is #4B8222. Grayscale: #989898. Windows color (decimal): -4948515 or 14515636. OLE color: 14515636.

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

Color convert

RGB180125221-
CMYK0.190.4300.13
HSL274.38º58.54%67.84%-
HSV(B)274.38º43.44%86.67%-
XYZ39.2129.5972.05-
YUV152.39166.72147.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=34.22%
G=23.76%
B=42.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801252210.190.4300.13274.3858.5467.84
HexB47DDD132B0D1123b44
Octal264175335235301542273104
Binary1011010011111011101110110011101011011011000100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DDD; }

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

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

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

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

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

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

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

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