#B47BDD

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

Shades of Biloba Flower #B47BDD

Tints of Biloba Flower #B47BDD

Color information

#B47BDD (or 0xB47BDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 7B and DD. RGB value is (180,123,221). Sum of RGB (Red+Green+Blue) = 180+123+221=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BDD is #4B8422. Grayscale: #969696. Windows color (decimal): -4949027 or 14515124. OLE color: 14515124.

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

Color convert

RGB180123221-
CMYK0.190.4400.13
HSL274.9º59.04%67.45%-
HSV(B)274.9º44.34%86.67%-
XYZ38.9629.0971.97-
YUV151.21167.38148.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=34.35%
G=23.47%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801232210.190.4400.13274.959.0467.45
HexB47BDD132C0D1133b43
Octal264173335235401542373103
Binary1011010011110111101110110011101100011011000100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BDD; }

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

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

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

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

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

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

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

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