#B387DF

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

Shades of Biloba Flower #B387DF

Tints of Biloba Flower #B387DF

Color information

#B387DF (or 0xB387DF) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and DF. RGB value is (179,135,223). Sum of RGB (Red+Green+Blue) = 179+135+223=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #B387DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387DF is #4C7820. Grayscale: #9D9D9D. Windows color (decimal): -5011489 or 14649267. OLE color: 14649267.

HSL color Cylindrical-coordinate representation of color #B387DF: hue angle of 270º degrees, saturation: 0.58, 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 #B387DF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179135223-
CMYK0.200.3900.13
HSL270º57.89%70.2%-
HSV(B)270º39.46%87.45%-
XYZ40.5732.2473.9-
YUV158.19164.58142.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=33.33%
G=25.14%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791352230.200.3900.1327057.8970.2
HexB387DF14270D10e3a46
Octal263207337244701541672106
Binary10110011100001111101111110100100111011011000011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387DF; }

 p { color: rgb(179,135,223); }

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

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

 a { background-color: rgb(179,135,223); }

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

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

 span { border-color: rgb(179,135,223); }

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