Shades of Biloba Flower #B68BF9
Tints of Biloba Flower #B68BF9
RGB
CMYK
RGB Variations
Color information
#B68BF9 (or 0xB68BF9) is known color: Biloba Flower. HEX triplet: B6, 8B and F9. RGB value is (182,139,249). Sum of RGB (Red+Green+Blue) = 182+139+249=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B68BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BF9 is #497406. Grayscale: #A4A4A4. Windows color (decimal): -4813831 or 16354230. OLE color: 16354230.
HSL color Cylindrical-coordinate representation of color #B68BF9: hue angle of 263.45º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68BF9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 139 | 249 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.02 |
| HSL | 263.45º | 0.9% | 0.76% | - |
| HSV(B) | 263.45º | 0.44% | 0.98% | - |
| XYZ | 45.62 | 35.25 | 94.02 | - |
| YUV | 164.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 249 | 0.27 | 0.44 | 0 | 0.02 | 263.45 | 0.9 | 0.76 |
| Hex | B6 | 8B | F9 | 1B | 2C | 0 | 2 | 107 | 5A | 4C |
| Octal | 266 | 213 | 371 | 33 | 54 | 0 | 2 | 407 | 132 | 114 |
| Binary | 10110110 | 10001011 | 11111001 | 11011 | 101100 | 0 | 10 | 100000111 | 1011010 | 1001100 |
Color Harmonies of #B68BF9
Complementary color
Monochromatic Colors of #B68BF9
Black with #B68BF9
Text Example
Text Example
White with #B68BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BF9; }
p { color: rgb(182,139,249); }
H1.HeaderClassName
{
color: #B68BF9;
}
.AnyTagClassName
{
color: #B68BF9;
}
</style>
background-color css
<style>
a { background-color: #B68BF9; }
a { background-color: rgb(182,139,249); }
div.DivClassName
{
background-color: #B68BF9;
}
.BgClassName
{
background-color: #B68BF9;
}
</style>
border-color css
<style>
span { border-color: #B68BF9; }
span { border-color: rgb(182,139,249); }
td.TdClassName
{
border-color: #B68BF9;
}
.TagClassName
{
border-color: #B68BF9;
}
</style>