#B78FF7

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

Shades of Biloba Flower #B78FF7

Tints of Biloba Flower #B78FF7

Color information

#B78FF7 (or 0xB78FF7) is unknown color: approx Biloba Flower. HEX triplet: B7, 8F and F7. RGB value is (183,143,247). Sum of RGB (Red+Green+Blue) = 183+143+247=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #B78FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78FF7 is #487008. Grayscale: #A6A6A6. Windows color (decimal): -4747273 or 16224183. OLE color: 16224183.

HSL color Cylindrical-coordinate representation of color #B78FF7: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78FF7 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183143247-
CMYK0.260.4200.03
HSL263.08º86.67%76.47%-
HSV(B)263.08º42.11%96.86%-
XYZ46.1436.4392.6-
YUV166.82173.25139.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=31.94%
G=24.96%
B=43.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831432470.260.4200.03263.0886.6776.47
HexB78FF71A2A03107574c
Octal267217367325203407127114
Binary1011011110001111111101111101010101001110000011110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FF7; }

 p { color: rgb(183,143,247); }

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

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

 a { background-color: rgb(183,143,247); }

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

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

 span { border-color: rgb(183,143,247); }

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