#B78EFA

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

Shades of Biloba Flower #B78EFA

Tints of Biloba Flower #B78EFA

Color information

#B78EFA (or 0xB78EFA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8E and FA. RGB value is (183,142,250). Sum of RGB (Red+Green+Blue) = 183+142+250=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #B78EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78EFA is #487105. Grayscale: #A6A6A6. Windows color (decimal): -4747526 or 16420535. OLE color: 16420535.

HSL color Cylindrical-coordinate representation of color #B78EFA: hue angle of 262.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78EFA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183142250-
CMYK0.270.4300.02
HSL262.78º91.53%76.86%-
HSV(B)262.78º43.2%98.04%-
XYZ46.4636.3295-
YUV166.57175.08139.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=31.83%
G=24.70%
B=43.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831422500.270.4300.02262.7891.5376.86
HexB78EFA1B2B021075c4d
Octal267216372335302407134115
Binary1011011110001110111110101101110101101010000011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EFA; }

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

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

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

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

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

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

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

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