#B78BDE

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

Shades of Biloba Flower #B78BDE

Tints of Biloba Flower #B78BDE

Color information

#B78BDE (or 0xB78BDE) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and DE. RGB value is (183,139,222). Sum of RGB (Red+Green+Blue) = 183+139+222=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B78BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BDE is #487421. Grayscale: #A1A1A1. Windows color (decimal): -4748322 or 14584759. OLE color: 14584759.

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

Color convert

RGB183139222-
CMYK0.180.3700.13
HSL271.81º55.7%70.78%-
HSV(B)271.81º37.39%87.06%-
XYZ41.9533.8173.42-
YUV161.62162.08143.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=33.64%
G=25.55%
B=40.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831392220.180.3700.13271.8155.770.78
HexB78BDE12250D1103847
Octal267213336224501542070107
Binary10110111100010111101111010010100101011011000100001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BDE; }

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

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

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

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

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

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

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

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