#B08FFE

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

Shades of Biloba Flower #B08FFE

Tints of Biloba Flower #B08FFE

Color information

#B08FFE (or 0xB08FFE) is unknown color: approx Biloba Flower. HEX triplet: B0, 8F and FE. RGB value is (176,143,254). Sum of RGB (Red+Green+Blue) = 176+143+254=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #B08FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FFE is #4F7001. Grayscale: #A5A5A5. Windows color (decimal): -5206018 or 16682928. OLE color: 16682928.

HSL color Cylindrical-coordinate representation of color #B08FFE: hue angle of 257.84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B08FFE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176143254-
CMYK0.310.4400.00
HSL257.84º98.23%77.84%-
HSV(B)257.84º43.7%99.61%-
XYZ45.6236.0398.32-
YUV165.52177.93135.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=30.72%
G=24.96%
B=44.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761432540.310.4400.00257.8498.2377.84
HexB08FFE1F2C00102624e
Octal260217376375400402142116
Binary101100001000111111111110111111011000010000001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FFE; }

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

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

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

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

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

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

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

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