Shades of Biloba Flower #B69BDF
Tints of Biloba Flower #B69BDF
RGB
CMYK
RGB Variations
Color information
#B69BDF (or 0xB69BDF) is known color: Biloba Flower. HEX triplet: B6, 9B and DF. RGB value is (182,155,223). Sum of RGB (Red+Green+Blue) = 182+155+223=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #B69BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BDF is #496420. Grayscale: #AAAAAA. Windows color (decimal): -4809761 or 14654390. OLE color: 14654390.
HSL color Cylindrical-coordinate representation of color #B69BDF: hue angle of 263.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69BDF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 155 | 223 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.13 |
| HSL | 263.82º | 0.52% | 0.74% | - |
| HSV(B) | 263.82º | 0.3% | 0.87% | - |
| XYZ | 44.33 | 38.72 | 74.95 | - |
| YUV | 170.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 223 | 0.18 | 0.30 | 0 | 0.13 | 263.82 | 0.52 | 0.74 |
| Hex | B6 | 9B | DF | 12 | 1E | 0 | D | 108 | 34 | 4A |
| Octal | 266 | 233 | 337 | 22 | 36 | 0 | 15 | 410 | 64 | 112 |
| Binary | 10110110 | 10011011 | 11011111 | 10010 | 11110 | 0 | 1101 | 100001000 | 110100 | 1001010 |
Color Harmonies of #B69BDF
Complementary color
Monochromatic Colors of #B69BDF
Black with #B69BDF
Text Example
Text Example
White with #B69BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BDF; }
p { color: rgb(182,155,223); }
H1.HeaderClassName
{
color: #B69BDF;
}
.AnyTagClassName
{
color: #B69BDF;
}
</style>
background-color css
<style>
a { background-color: #B69BDF; }
a { background-color: rgb(182,155,223); }
div.DivClassName
{
background-color: #B69BDF;
}
.BgClassName
{
background-color: #B69BDF;
}
</style>
border-color css
<style>
span { border-color: #B69BDF; }
span { border-color: rgb(182,155,223); }
td.TdClassName
{
border-color: #B69BDF;
}
.TagClassName
{
border-color: #B69BDF;
}
</style>