#B78ED5

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

Shades of Biloba Flower #B78ED5

Tints of Biloba Flower #B78ED5

Color information

#B78ED5 (or 0xB78ED5) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and D5. RGB value is (183,142,213). Sum of RGB (Red+Green+Blue) = 183+142+213=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #B78ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ED5 is #48712A. Grayscale: #A2A2A2. Windows color (decimal): -4747563 or 13995703. OLE color: 13995703.

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

Color convert

RGB183142213-
CMYK0.140.3300.16
HSL274.65º45.81%69.61%-
HSV(B)274.65º33.33%83.53%-
XYZ41.2134.2267.38-
YUV162.35156.58142.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=34.01%
G=26.39%
B=39.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831422130.140.3300.16274.6545.8169.61
HexB78ED5E210101132e46
Octal267216325164102042356106
Binary10110111100011101101010111101000010100001000100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78ED5; }

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

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

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

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

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

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

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

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