#B08FE5

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

Shades of Biloba Flower #B08FE5

Tints of Biloba Flower #B08FE5

Color information

#B08FE5 (or 0xB08FE5) is unknown color: approx Biloba Flower. HEX triplet: B0, 8F and E5. RGB value is (176,143,229). Sum of RGB (Red+Green+Blue) = 176+143+229=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #B08FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FE5 is #4F701A. Grayscale: #A2A2A2. Windows color (decimal): -5206043 or 15044528. OLE color: 15044528.

HSL color Cylindrical-coordinate representation of color #B08FE5: hue angle of 263.02º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B08FE5 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176143229-
CMYK0.230.3800.10
HSL263.02º62.32%72.94%-
HSV(B)263.02º37.55%89.8%-
XYZ41.8734.5378.59-
YUV162.67165.43137.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=32.12%
G=26.09%
B=41.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761432290.230.3800.10263.0262.3272.94
HexB08FE517260A1073e49
Octal260217345274601240776111
Binary10110000100011111110010110111100110010101000001111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FE5; }

 p { color: rgb(176,143,229); }

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

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

 a { background-color: rgb(176,143,229); }

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

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

 span { border-color: rgb(176,143,229); }

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