#B08DFB

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

Shades of Biloba Flower #B08DFB

Tints of Biloba Flower #B08DFB

Color information

#B08DFB (or 0xB08DFB) is unknown color: approx Biloba Flower. HEX triplet: B0, 8D and FB. RGB value is (176,141,251). Sum of RGB (Red+Green+Blue) = 176+141+251=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #B08DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DFB is #4F7204. Grayscale: #A3A3A3. Windows color (decimal): -5206533 or 16485808. OLE color: 16485808.

HSL color Cylindrical-coordinate representation of color #B08DFB: hue angle of 259.09º degrees, saturation: 0.93, 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 #B08DFB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176141251-
CMYK0.300.4400.02
HSL259.09º93.22%76.86%-
HSV(B)259.09º43.82%98.43%-
XYZ44.8435.2495.71-
YUV164177.1136.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=30.99%
G=24.82%
B=44.19%

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
Decimal1761412510.300.4400.02259.0993.2276.86
HexB08DFB1E2C021035d4d
Octal260215373365402403135115
Binary1011000010001101111110111111010110001010000001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DFB; }

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

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

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

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

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

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

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

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