Shades of Biloba Flower #B68BFF
Tints of Biloba Flower #B68BFF
RGB
CMYK
RGB Variations
Color information
#B68BFF (or 0xB68BFF) is known color: Biloba Flower. HEX triplet: B6, 8B and FF. RGB value is (182,139,255). Sum of RGB (Red+Green+Blue) = 182+139+255=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B68BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BFF is #497400. Grayscale: #A4A4A4. Windows color (decimal): -4813825 or 16747446. OLE color: 16747446.
HSL color Cylindrical-coordinate representation of color #B68BFF: hue angle of 262.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68BFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 139 | 255 | - |
| CMYK | 0.29 | 0.45 | 0 | 0 |
| HSL | 262.24º | 1% | 0.77% | - |
| HSV(B) | 262.24º | 0.45% | 1% | - |
| XYZ | 46.57 | 35.63 | 99.03 | - |
| YUV | 165.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 255 | 0.29 | 0.45 | 0 | 0 | 262.24 | 1 | 0.77 |
| Hex | B6 | 8B | FF | 1D | 2D | 0 | 0 | 106 | 64 | 4D |
| Octal | 266 | 213 | 377 | 35 | 55 | 0 | 0 | 406 | 144 | 115 |
| Binary | 10110110 | 10001011 | 11111111 | 11101 | 101101 | 0 | 0 | 100000110 | 1100100 | 1001101 |
Color Harmonies of #B68BFF
Complementary color
Monochromatic Colors of #B68BFF
Black with #B68BFF
Text Example
Text Example
White with #B68BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BFF; }
p { color: rgb(182,139,255); }
H1.HeaderClassName
{
color: #B68BFF;
}
.AnyTagClassName
{
color: #B68BFF;
}
</style>
background-color css
<style>
a { background-color: #B68BFF; }
a { background-color: rgb(182,139,255); }
div.DivClassName
{
background-color: #B68BFF;
}
.BgClassName
{
background-color: #B68BFF;
}
</style>
border-color css
<style>
span { border-color: #B68BFF; }
span { border-color: rgb(182,139,255); }
td.TdClassName
{
border-color: #B68BFF;
}
.TagClassName
{
border-color: #B68BFF;
}
</style>