#B78DDA

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

Shades of Biloba Flower #B78DDA

Tints of Biloba Flower #B78DDA

Color information

#B78DDA (or 0xB78DDA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and DA. RGB value is (183,141,218). Sum of RGB (Red+Green+Blue) = 183+141+218=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B78DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DDA is #487225. Grayscale: #A2A2A2. Windows color (decimal): -4747814 or 14323127. OLE color: 14323127.

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

Color convert

RGB183141218-
CMYK0.160.3500.15
HSL272.73º50.99%70.39%-
HSV(B)272.73º35.32%85.49%-
XYZ41.7134.1870.73-
YUV162.34159.41142.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=33.76%
G=26.01%
B=40.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831412180.160.3500.15272.7350.9970.39
HexB78DDA10230F1113346
Octal267215332204301742163106
Binary10110111100011011101101010000100011011111000100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DDA; }

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

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

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

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

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

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

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

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