#B78FE7

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

Shades of Biloba Flower #B78FE7

Tints of Biloba Flower #B78FE7

Color information

#B78FE7 (or 0xB78FE7) is unknown color: approx Biloba Flower. HEX triplet: B7, 8F and E7. RGB value is (183,143,231). Sum of RGB (Red+Green+Blue) = 183+143+231=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #B78FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78FE7 is #487018. Grayscale: #A4A4A4. Windows color (decimal): -4747289 or 15175607. OLE color: 15175607.

HSL color Cylindrical-coordinate representation of color #B78FE7: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B78FE7 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183143231-
CMYK0.210.3800.09
HSL267.27º64.71%73.33%-
HSV(B)267.27º38.1%90.59%-
XYZ43.7735.4880.14-
YUV164.99165.25140.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=32.85%
G=25.67%
B=41.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831432310.210.3800.09267.2764.7173.33
HexB78FE715260910b4149
Octal2672173472546011413101111
Binary101101111000111111100111101011001100100110000101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FE7; }

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

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

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

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

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

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

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

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