Shades of Biloba Flower #B695F6
Tints of Biloba Flower #B695F6
RGB
CMYK
RGB Variations
Color information
#B695F6 (or 0xB695F6) is known color: Biloba Flower. HEX triplet: B6, 95 and F6. RGB value is (182,149,246). Sum of RGB (Red+Green+Blue) = 182+149+246=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #B695F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695F6 is #496A09. Grayscale: #A9A9A9. Windows color (decimal): -4811274 or 16160182. OLE color: 16160182.
HSL color Cylindrical-coordinate representation of color #B695F6: hue angle of 260.41º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B695F6 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 149 | 246 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.04 |
| HSL | 260.41º | 0.84% | 0.77% | - |
| HSV(B) | 260.41º | 0.39% | 0.96% | - |
| XYZ | 46.67 | 38.09 | 92.08 | - |
| YUV | 169.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 246 | 0.26 | 0.39 | 0 | 0.04 | 260.41 | 0.84 | 0.77 |
| Hex | B6 | 95 | F6 | 1A | 27 | 0 | 4 | 104 | 54 | 4D |
| Octal | 266 | 225 | 366 | 32 | 47 | 0 | 4 | 404 | 124 | 115 |
| Binary | 10110110 | 10010101 | 11110110 | 11010 | 100111 | 0 | 100 | 100000100 | 1010100 | 1001101 |
Color Harmonies of #B695F6
Complementary color
Monochromatic Colors of #B695F6
Black with #B695F6
Text Example
Text Example
White with #B695F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695F6; }
p { color: rgb(182,149,246); }
H1.HeaderClassName
{
color: #B695F6;
}
.AnyTagClassName
{
color: #B695F6;
}
</style>
background-color css
<style>
a { background-color: #B695F6; }
a { background-color: rgb(182,149,246); }
div.DivClassName
{
background-color: #B695F6;
}
.BgClassName
{
background-color: #B695F6;
}
</style>
border-color css
<style>
span { border-color: #B695F6; }
span { border-color: rgb(182,149,246); }
td.TdClassName
{
border-color: #B695F6;
}
.TagClassName
{
border-color: #B695F6;
}
</style>