#B385DF

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

Shades of Biloba Flower #B385DF

Tints of Biloba Flower #B385DF

Color information

#B385DF (or 0xB385DF) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and DF. RGB value is (179,133,223). Sum of RGB (Red+Green+Blue) = 179+133+223=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B385DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DF is #4C7A20. Grayscale: #9C9C9C. Windows color (decimal): -5012001 or 14648755. OLE color: 14648755.

HSL color Cylindrical-coordinate representation of color #B385DF: hue angle of 270.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B385DF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179133223-
CMYK0.200.4000.13
HSL270.67º58.44%69.8%-
HSV(B)270.67º40.36%87.45%-
XYZ40.331.6973.8-
YUV157.01165.24143.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=33.46%
G=24.86%
B=41.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791332230.200.4000.13270.6758.4469.8
HexB385DF14280D10f3a46
Octal263205337245001541772106
Binary10110011100001011101111110100101000011011000011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385DF; }

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

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

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

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

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

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

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

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