#B08BFE

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

Shades of Biloba Flower #B08BFE

Tints of Biloba Flower #B08BFE

Color information

#B08BFE (or 0xB08BFE) is unknown color: approx Biloba Flower. HEX triplet: B0, 8B and FE. RGB value is (176,139,254). Sum of RGB (Red+Green+Blue) = 176+139+254=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B08BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BFE is #4F7401. Grayscale: #A2A2A2. Windows color (decimal): -5207042 or 16681904. OLE color: 16681904.

HSL color Cylindrical-coordinate representation of color #B08BFE: hue angle of 259.3º 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 #B08BFE is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176139254-
CMYK0.310.4500.00
HSL259.3º98.29%77.06%-
HSV(B)259.3º45.28%99.61%-
XYZ45.0334.8598.12-
YUV163.17179.26137.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=30.93%
G=24.43%
B=44.64%

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
Decimal1761392540.310.4500.00259.398.2977.06
HexB08BFE1F2D00103624d
Octal260213376375500403142115
Binary101100001000101111111110111111011010010000001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BFE; }

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

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

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

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

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

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

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

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