#B78EFF

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

Shades of Biloba Flower #B78EFF

Tints of Biloba Flower #B78EFF

Color information

#B78EFF (or 0xB78EFF) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and FF. RGB value is (183,142,255). Sum of RGB (Red+Green+Blue) = 183+142+255=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B78EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EFF is #487100. Grayscale: #A6A6A6. Windows color (decimal): -4747521 or 16748215. OLE color: 16748215.

HSL color Cylindrical-coordinate representation of color #B78EFF: hue angle of 261.77º 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 #B78EFF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183142255-
CMYK0.280.4400
HSL261.77º100%77.84%-
HSV(B)261.77º44.31%100%-
XYZ47.2536.6399.19-
YUV167.14177.58139.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 255 (100% from 255) = 43.97%
R=31.55%
G=24.48%
B=43.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831422550.280.4400261.7710077.84
HexB78EFF1C2C00106644e
Octal267216377345400406144116
Binary101101111000111011111111111001011000010000011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EFF; }

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

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

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

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

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

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

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

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