#b08dfa

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

Shades of Biloba Flower #B08DFA

Tints of Biloba Flower #B08DFA

Color information

#B08DFA (or 0xB08DFA) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and FA. RGB value is (176,141,250). Sum of RGB (Red+Green+Blue) = 176+141+250=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #B08DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DFA is #4F7205. Grayscale: #A3A3A3. Windows color (decimal): -5206534 or 16420272. OLE color: 16420272.

HSL color Cylindrical-coordinate representation of color #B08DFA: hue angle of 259.27º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B08DFA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176141250-
CMYK0.300.4400.02
HSL259.27º91.6%76.67%-
HSV(B)259.27º43.6%98.04%-
XYZ44.6835.1894.88-
YUV163.89176.6136.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=31.04%
G=24.87%
B=44.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761412500.300.4400.02259.2791.676.67
HexB08DFA1E2C021035c4d
Octal260215372365402403134115
Binary1011000010001101111110101111010110001010000001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08dfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08dfa; }

 p { color: rgb(176,141,250); }

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

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

 a { background-color: rgb(176,141,250); }

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

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

 span { border-color: rgb(176,141,250); }

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