#B07EE9

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

Shades of Biloba Flower #B07EE9

Tints of Biloba Flower #B07EE9

Color information

#B07EE9 (or 0xB07EE9) is unknown color: approx Biloba Flower. HEX triplet: B0, 7E and E9. RGB value is (176,126,233). Sum of RGB (Red+Green+Blue) = 176+126+233=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #B07EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EE9 is #4F8116. Grayscale: #989898. Windows color (decimal): -5210391 or 15302320. OLE color: 15302320.

HSL color Cylindrical-coordinate representation of color #B07EE9: hue angle of 268.04º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07EE9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176126233-
CMYK0.240.4600.09
HSL268.04º70.86%70.39%-
HSV(B)268.04º45.92%91.37%-
XYZ40.0730.0480.78-
YUV153.15173.06144.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 126 (49.61% from 255) = 23.55%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=32.90%
G=23.55%
B=43.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761262330.240.4600.09268.0470.8670.39
HexB07EE9182E0910c4746
Octal2601763513056011414107106
Binary10110000111111011101001110001011100100110000110010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EE9; }

 p { color: rgb(176,126,233); }

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

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

 a { background-color: rgb(176,126,233); }

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

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

 span { border-color: rgb(176,126,233); }

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