#B78EFE

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

Shades of Biloba Flower #B78EFE

Tints of Biloba Flower #B78EFE

Color information

#B78EFE (or 0xB78EFE) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and FE. RGB value is (183,142,254). Sum of RGB (Red+Green+Blue) = 183+142+254=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #B78EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EFE is #487101. Grayscale: #A6A6A6. Windows color (decimal): -4747522 or 16682679. OLE color: 16682679.

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

Color convert

RGB183142254-
CMYK0.280.4400.00
HSL261.96º98.25%77.65%-
HSV(B)261.96º44.09%99.61%-
XYZ47.0936.5798.34-
YUV167.03177.08139.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=31.61%
G=24.53%
B=43.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831422540.280.4400.00261.9698.2577.65
HexB78EFE1C2C00106624e
Octal267216376345400406142116
Binary101101111000111011111110111001011000010000011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EFE; }

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

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

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

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

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

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

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

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