#B78BDA

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

Shades of Biloba Flower #B78BDA

Tints of Biloba Flower #B78BDA

Color information

#B78BDA (or 0xB78BDA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and DA. RGB value is (183,139,218). Sum of RGB (Red+Green+Blue) = 183+139+218=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B78BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BDA is #487425. Grayscale: #A0A0A0. Windows color (decimal): -4748326 or 14322615. OLE color: 14322615.

HSL color Cylindrical-coordinate representation of color #B78BDA: hue angle of 273.42º degrees, saturation: 0.52, 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 #B78BDA is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183139218-
CMYK0.160.3600.15
HSL273.42º51.63%70%-
HSV(B)273.42º36.24%85.49%-
XYZ41.4233.5970.63-
YUV161.16160.08143.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.89%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=33.89%
G=25.74%
B=40.37%

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
Decimal1831392180.160.3600.15273.4251.6370
HexB78BDA10240F1113446
Octal267213332204401742164106
Binary10110111100010111101101010000100100011111000100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BDA; }

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

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

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

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

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

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

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

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