Shades of Biloba Flower #B68AF8
Tints of Biloba Flower #B68AF8
RGB
CMYK
RGB Variations
Color information
#B68AF8 (or 0xB68AF8) is known color: Biloba Flower. HEX triplet: B6, 8A and F8. RGB value is (182,138,248). Sum of RGB (Red+Green+Blue) = 182+138+248=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #B68AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AF8 is #497507. Grayscale: #A3A3A3. Windows color (decimal): -4814088 or 16288438. OLE color: 16288438.
HSL color Cylindrical-coordinate representation of color #B68AF8: hue angle of 264º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68AF8 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 138 | 248 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.03 |
| HSL | 264º | 0.89% | 0.76% | - |
| HSV(B) | 264º | 0.44% | 0.97% | - |
| XYZ | 45.32 | 34.9 | 93.15 | - |
| YUV | 163.7 | 175.58 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 248 | 0.27 | 0.44 | 0 | 0.03 | 264 | 0.89 | 0.76 |
| Hex | B6 | 8A | F8 | 1B | 2C | 0 | 3 | 108 | 59 | 4C |
| Octal | 266 | 212 | 370 | 33 | 54 | 0 | 3 | 410 | 131 | 114 |
| Binary | 10110110 | 10001010 | 11111000 | 11011 | 101100 | 0 | 11 | 100001000 | 1011001 | 1001100 |
Color Harmonies of #B68AF8
Complementary color
Monochromatic Colors of #B68AF8
Black with #B68AF8
Text Example
Text Example
White with #B68AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AF8; }
p { color: rgb(182,138,248); }
H1.HeaderClassName
{
color: #B68AF8;
}
.AnyTagClassName
{
color: #B68AF8;
}
</style>
background-color css
<style>
a { background-color: #B68AF8; }
a { background-color: rgb(182,138,248); }
div.DivClassName
{
background-color: #B68AF8;
}
.BgClassName
{
background-color: #B68AF8;
}
</style>
border-color css
<style>
span { border-color: #B68AF8; }
span { border-color: rgb(182,138,248); }
td.TdClassName
{
border-color: #B68AF8;
}
.TagClassName
{
border-color: #B68AF8;
}
</style>