#B78BD6

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

Shades of Biloba Flower #B78BD6

Tints of Biloba Flower #B78BD6

Color information

#B78BD6 (or 0xB78BD6) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and D6. RGB value is (183,139,214). Sum of RGB (Red+Green+Blue) = 183+139+214=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #B78BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BD6 is #487429. Grayscale: #A0A0A0. Windows color (decimal): -4748330 or 14060471. OLE color: 14060471.

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

Color convert

RGB183139214-
CMYK0.140.3500.16
HSL275.2º47.77%69.22%-
HSV(B)275.2º35.05%83.92%-
XYZ40.933.3967.91-
YUV160.71158.08143.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 214 (83.98% from 255) = 39.93%
R=34.14%
G=25.93%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831392140.140.3500.16275.247.7769.22
HexB78BD6E230101133045
Octal267213326164302042360105
Binary10110111100010111101011011101000110100001000100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BD6; }

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

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

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

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

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

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

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

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