#B78DD5

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

Shades of Biloba Flower #B78DD5

Tints of Biloba Flower #B78DD5

Color information

#B78DD5 (or 0xB78DD5) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and D5. RGB value is (183,141,213). Sum of RGB (Red+Green+Blue) = 183+141+213=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #B78DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DD5 is #48722A. Grayscale: #A1A1A1. Windows color (decimal): -4747819 or 13995447. OLE color: 13995447.

HSL color Cylindrical-coordinate representation of color #B78DD5: hue angle of 275º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78DD5 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183141213-
CMYK0.140.3400.16
HSL275º46.15%69.41%-
HSV(B)275º33.8%83.53%-
XYZ41.0633.9267.33-
YUV161.77156.91143.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=34.08%
G=26.26%
B=39.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831412130.140.3400.1627546.1569.41
HexB78DD5E220101132e45
Octal267215325164202042356105
Binary10110111100011011101010111101000100100001000100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DD5; }

 p { color: rgb(183,141,213); }

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

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

 a { background-color: rgb(183,141,213); }

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

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

 span { border-color: rgb(183,141,213); }

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