Shades of Biloba Flower #B68CDD
Tints of Biloba Flower #B68CDD
RGB
CMYK
RGB Variations
Color information
#B68CDD (or 0xB68CDD) is known color: Biloba Flower. HEX triplet: B6, 8C and DD. RGB value is (182,140,221). Sum of RGB (Red+Green+Blue) = 182+140+221=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CDD is #497322. Grayscale: #A1A1A1. Windows color (decimal): -4813603 or 14519478. OLE color: 14519478.
HSL color Cylindrical-coordinate representation of color #B68CDD: hue angle of 271.11º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68CDD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 140 | 221 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.13 |
| HSL | 271.11º | 0.54% | 0.71% | - |
| HSV(B) | 271.11º | 0.37% | 0.87% | - |
| XYZ | 41.72 | 33.92 | 72.76 | - |
| YUV | 161.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 221 | 0.18 | 0.37 | 0 | 0.13 | 271.11 | 0.54 | 0.71 |
| Hex | B6 | 8C | DD | 12 | 25 | 0 | D | 10F | 36 | 47 |
| Octal | 266 | 214 | 335 | 22 | 45 | 0 | 15 | 417 | 66 | 107 |
| Binary | 10110110 | 10001100 | 11011101 | 10010 | 100101 | 0 | 1101 | 100001111 | 110110 | 1000111 |
Color Harmonies of #B68CDD
Complementary color
Monochromatic Colors of #B68CDD
Black with #B68CDD
Text Example
Text Example
White with #B68CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CDD; }
p { color: rgb(182,140,221); }
H1.HeaderClassName
{
color: #B68CDD;
}
.AnyTagClassName
{
color: #B68CDD;
}
</style>
background-color css
<style>
a { background-color: #B68CDD; }
a { background-color: rgb(182,140,221); }
div.DivClassName
{
background-color: #B68CDD;
}
.BgClassName
{
background-color: #B68CDD;
}
</style>
border-color css
<style>
span { border-color: #B68CDD; }
span { border-color: rgb(182,140,221); }
td.TdClassName
{
border-color: #B68CDD;
}
.TagClassName
{
border-color: #B68CDD;
}
</style>