Shades of Biloba Flower #B67ADD
Tints of Biloba Flower #B67ADD
RGB
CMYK
RGB Variations
Color information
#B67ADD (or 0xB67ADD) is known color: Biloba Flower. HEX triplet: B6, 7A and DD. RGB value is (182,122,221). Sum of RGB (Red+Green+Blue) = 182+122+221=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B67ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ADD is #498522. Grayscale: #969696. Windows color (decimal): -4818211 or 14514870. OLE color: 14514870.
HSL color Cylindrical-coordinate representation of color #B67ADD: hue angle of 276.36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67ADD is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 122 | 221 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.13 |
| HSL | 276.36º | 0.59% | 0.67% | - |
| HSV(B) | 276.36º | 0.45% | 0.87% | - |
| XYZ | 39.3 | 29.08 | 71.95 | - |
| YUV | 151.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 221 | 0.18 | 0.45 | 0 | 0.13 | 276.36 | 0.59 | 0.67 |
| Hex | B6 | 7A | DD | 12 | 2D | 0 | D | 114 | 3B | 43 |
| Octal | 266 | 172 | 335 | 22 | 55 | 0 | 15 | 424 | 73 | 103 |
| Binary | 10110110 | 1111010 | 11011101 | 10010 | 101101 | 0 | 1101 | 100010100 | 111011 | 1000011 |
Color Harmonies of #B67ADD
Complementary color
Monochromatic Colors of #B67ADD
Black with #B67ADD
Text Example
Text Example
White with #B67ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67ADD; }
p { color: rgb(182,122,221); }
H1.HeaderClassName
{
color: #B67ADD;
}
.AnyTagClassName
{
color: #B67ADD;
}
</style>
background-color css
<style>
a { background-color: #B67ADD; }
a { background-color: rgb(182,122,221); }
div.DivClassName
{
background-color: #B67ADD;
}
.BgClassName
{
background-color: #B67ADD;
}
</style>
border-color css
<style>
span { border-color: #B67ADD; }
span { border-color: rgb(182,122,221); }
td.TdClassName
{
border-color: #B67ADD;
}
.TagClassName
{
border-color: #B67ADD;
}
</style>