#B08CFE

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

Shades of Biloba Flower #B08CFE

Tints of Biloba Flower #B08CFE

Color information

#B08CFE (or 0xB08CFE) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and FE. RGB value is (176,140,254). Sum of RGB (Red+Green+Blue) = 176+140+254=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B08CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CFE is #4F7301. Grayscale: #A3A3A3. Windows color (decimal): -5206786 or 16682160. OLE color: 16682160.

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

Color convert

RGB176140254-
CMYK0.310.4500.00
HSL258.95º98.28%77.25%-
HSV(B)258.95º44.88%99.61%-
XYZ45.1735.1498.17-
YUV163.76178.93136.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=30.88%
G=24.56%
B=44.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761402540.310.4500.00258.9598.2877.25
HexB08CFE1F2D00103624d
Octal260214376375500403142115
Binary101100001000110011111110111111011010010000001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CFE; }

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

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

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

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

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

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

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

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