#B38FD9

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

Shades of Biloba Flower #B38FD9

Tints of Biloba Flower #B38FD9

Color information

#B38FD9 (or 0xB38FD9) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and D9. RGB value is (179,143,217). Sum of RGB (Red+Green+Blue) = 179+143+217=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #B38FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FD9 is #4C7026. Grayscale: #A1A1A1. Windows color (decimal): -5009447 or 14258099. OLE color: 14258099.

HSL color Cylindrical-coordinate representation of color #B38FD9: hue angle of 269.19º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38FD9 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179143217-
CMYK0.180.3400.15
HSL269.19º49.33%70.59%-
HSV(B)269.19º34.1%85.1%-
XYZ40.9434.2470.1-
YUV162.2158.93139.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=33.21%
G=26.53%
B=40.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791432170.180.3400.15269.1949.3370.59
HexB38FD912220F10d3147
Octal263217331224201741561107
Binary10110011100011111101100110010100010011111000011011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FD9; }

 p { color: rgb(179,143,217); }

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

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

 a { background-color: rgb(179,143,217); }

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

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

 span { border-color: rgb(179,143,217); }

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