#B78FFF

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

Shades of Biloba Flower #B78FFF

Tints of Biloba Flower #B78FFF

Color information

#B78FFF (or 0xB78FFF) is unknown color: approx Biloba Flower. HEX triplet: B7, 8F and FF. RGB value is (183,143,255). Sum of RGB (Red+Green+Blue) = 183+143+255=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B78FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78FFF is #487000. Grayscale: #A7A7A7. Windows color (decimal): -4747265 or 16748471. OLE color: 16748471.

HSL color Cylindrical-coordinate representation of color #B78FFF: hue angle of 261.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78FFF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183143255-
CMYK0.280.4400
HSL261.43º100%78.04%-
HSV(B)261.43º43.92%100%-
XYZ47.436.9399.24-
YUV167.73177.25138.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 255 (100% from 255) = 43.89%
R=31.50%
G=24.61%
B=43.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831432550.280.4400261.4310078.04
HexB78FFF1C2C00105644e
Octal267217377345400405144116
Binary101101111000111111111111111001011000010000010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FFF; }

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

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

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

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

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

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

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

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