Shades of Biloba Flower #B695DF
Tints of Biloba Flower #B695DF
RGB
CMYK
RGB Variations
Color information
#B695DF (or 0xB695DF) is known color: Biloba Flower. HEX triplet: B6, 95 and DF. RGB value is (182,149,223). Sum of RGB (Red+Green+Blue) = 182+149+223=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B695DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695DF is #496A20. Grayscale: #A7A7A7. Windows color (decimal): -4811297 or 14652854. OLE color: 14652854.
HSL color Cylindrical-coordinate representation of color #B695DF: hue angle of 266.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B695DF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 149 | 223 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.13 |
| HSL | 266.76º | 0.54% | 0.73% | - |
| HSV(B) | 266.76º | 0.33% | 0.87% | - |
| XYZ | 43.36 | 36.77 | 74.62 | - |
| YUV | 167.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 223 | 0.18 | 0.33 | 0 | 0.13 | 266.76 | 0.54 | 0.73 |
| Hex | B6 | 95 | DF | 12 | 21 | 0 | D | 10B | 36 | 49 |
| Octal | 266 | 225 | 337 | 22 | 41 | 0 | 15 | 413 | 66 | 111 |
| Binary | 10110110 | 10010101 | 11011111 | 10010 | 100001 | 0 | 1101 | 100001011 | 110110 | 1001001 |
Color Harmonies of #B695DF
Complementary color
Monochromatic Colors of #B695DF
Black with #B695DF
Text Example
Text Example
White with #B695DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695DF; }
p { color: rgb(182,149,223); }
H1.HeaderClassName
{
color: #B695DF;
}
.AnyTagClassName
{
color: #B695DF;
}
</style>
background-color css
<style>
a { background-color: #B695DF; }
a { background-color: rgb(182,149,223); }
div.DivClassName
{
background-color: #B695DF;
}
.BgClassName
{
background-color: #B695DF;
}
</style>
border-color css
<style>
span { border-color: #B695DF; }
span { border-color: rgb(182,149,223); }
td.TdClassName
{
border-color: #B695DF;
}
.TagClassName
{
border-color: #B695DF;
}
</style>