#B487DD

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

Shades of Biloba Flower #B487DD

Tints of Biloba Flower #B487DD

Color information

#B487DD (or 0xB487DD) is unknown color: approx Biloba Flower. HEX triplet: B4, 87 and DD. RGB value is (180,135,221). Sum of RGB (Red+Green+Blue) = 180+135+221=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B487DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487DD is #4B7822. Grayscale: #9D9D9D. Windows color (decimal): -4945955 or 14518196. OLE color: 14518196.

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

Color convert

RGB180135221-
CMYK0.190.3900.13
HSL271.4º55.84%69.8%-
HSV(B)271.4º38.91%86.67%-
XYZ40.5432.2572.5-
YUV158.26163.41143.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=33.58%
G=25.19%
B=41.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801352210.190.3900.13271.455.8469.8
HexB487DD13270D10f3846
Octal264207335234701541770106
Binary10110100100001111101110110011100111011011000011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487DD; }

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

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

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

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

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

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

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

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