Shades of Biloba Flower #B68AFF
Tints of Biloba Flower #B68AFF
RGB
CMYK
RGB Variations
Color information
#B68AFF (or 0xB68AFF) is known color: Biloba Flower. HEX triplet: B6, 8A and FF. RGB value is (182,138,255). Sum of RGB (Red+Green+Blue) = 182+138+255=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B68AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AFF is #497500. Grayscale: #A4A4A4. Windows color (decimal): -4814081 or 16747190. OLE color: 16747190.
HSL color Cylindrical-coordinate representation of color #B68AFF: hue angle of 262.56º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68AFF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 138 | 255 | - |
| CMYK | 0.29 | 0.46 | 0 | 0 |
| HSL | 262.56º | 1% | 0.77% | - |
| HSV(B) | 262.56º | 0.46% | 1% | - |
| XYZ | 46.43 | 35.34 | 98.98 | - |
| YUV | 164.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 255 | 0.29 | 0.46 | 0 | 0 | 262.56 | 1 | 0.77 |
| Hex | B6 | 8A | FF | 1D | 2E | 0 | 0 | 107 | 64 | 4D |
| Octal | 266 | 212 | 377 | 35 | 56 | 0 | 0 | 407 | 144 | 115 |
| Binary | 10110110 | 10001010 | 11111111 | 11101 | 101110 | 0 | 0 | 100000111 | 1100100 | 1001101 |
Color Harmonies of #B68AFF
Complementary color
Monochromatic Colors of #B68AFF
Black with #B68AFF
Text Example
Text Example
White with #B68AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AFF; }
p { color: rgb(182,138,255); }
H1.HeaderClassName
{
color: #B68AFF;
}
.AnyTagClassName
{
color: #B68AFF;
}
</style>
background-color css
<style>
a { background-color: #B68AFF; }
a { background-color: rgb(182,138,255); }
div.DivClassName
{
background-color: #B68AFF;
}
.BgClassName
{
background-color: #B68AFF;
}
</style>
border-color css
<style>
span { border-color: #B68AFF; }
span { border-color: rgb(182,138,255); }
td.TdClassName
{
border-color: #B68AFF;
}
.TagClassName
{
border-color: #B68AFF;
}
</style>