#B08BF1

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

Shades of Biloba Flower #B08BF1

Tints of Biloba Flower #B08BF1

Color information

#B08BF1 (or 0xB08BF1) is unknown color: approx Biloba Flower. HEX triplet: B0, 8B and F1. RGB value is (176,139,241). Sum of RGB (Red+Green+Blue) = 176+139+241=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #B08BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BF1 is #4F740E. Grayscale: #A1A1A1. Windows color (decimal): -5207055 or 15829936. OLE color: 15829936.

HSL color Cylindrical-coordinate representation of color #B08BF1: hue angle of 261.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B08BF1 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176139241-
CMYK0.270.4200.05
HSL261.76º78.46%74.51%-
HSV(B)261.76º42.32%94.51%-
XYZ43.0134.0587.52-
YUV161.69172.76138.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=31.65%
G=25%
B=43.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761392410.270.4200.05261.7678.4674.51
HexB08BF11B2A051064e4b
Octal260213361335205406116113
Binary10110000100010111111000111011101010010110000011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BF1; }

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

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

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

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

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

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

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

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