#B78BD9

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

Shades of Biloba Flower #B78BD9

Tints of Biloba Flower #B78BD9

Color information

#B78BD9 (or 0xB78BD9) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and D9. RGB value is (183,139,217). Sum of RGB (Red+Green+Blue) = 183+139+217=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 139 (54.69% from 255 or 25.79% 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 #B78BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BD9 is #487426. Grayscale: #A0A0A0. Windows color (decimal): -4748327 or 14257079. OLE color: 14257079.

HSL color Cylindrical-coordinate representation of color #B78BD9: hue angle of 273.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78BD9 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183139217-
CMYK0.160.3600.15
HSL273.85º50.65%69.8%-
HSV(B)273.85º35.94%85.1%-
XYZ41.2933.5469.94-
YUV161.05159.58143.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=33.95%
G=25.79%
B=40.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831392170.160.3600.15273.8550.6569.8
HexB78BD910240F1123346
Octal267213331204401742263106
Binary10110111100010111101100110000100100011111000100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BD9; }

 p { color: rgb(183,139,217); }

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

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

 a { background-color: rgb(183,139,217); }

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

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

 span { border-color: rgb(183,139,217); }

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