Shades of Biloba Flower #B68FD3
Tints of Biloba Flower #B68FD3
RGB
CMYK
RGB Variations
Color information
#B68FD3 (or 0xB68FD3) is known color: Biloba Flower. HEX triplet: B6, 8F and D3. RGB value is (182,143,211). Sum of RGB (Red+Green+Blue) = 182+143+211=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #B68FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FD3 is #49702C. Grayscale: #A2A2A2. Windows color (decimal): -4812845 or 13864886. OLE color: 13864886.
HSL color Cylindrical-coordinate representation of color #B68FD3: hue angle of 274.41º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68FD3 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 143 | 211 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.17 |
| HSL | 274.41º | 0.44% | 0.69% | - |
| HSV(B) | 274.41º | 0.32% | 0.83% | - |
| XYZ | 40.87 | 34.29 | 66.09 | - |
| YUV | 162.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 211 | 0.14 | 0.32 | 0 | 0.17 | 274.41 | 0.44 | 0.69 |
| Hex | B6 | 8F | D3 | E | 20 | 0 | 11 | 112 | 2C | 45 |
| Octal | 266 | 217 | 323 | 16 | 40 | 0 | 21 | 422 | 54 | 105 |
| Binary | 10110110 | 10001111 | 11010011 | 1110 | 100000 | 0 | 10001 | 100010010 | 101100 | 1000101 |
Color Harmonies of #B68FD3
Complementary color
Monochromatic Colors of #B68FD3
Black with #B68FD3
Text Example
Text Example
White with #B68FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FD3; }
p { color: rgb(182,143,211); }
H1.HeaderClassName
{
color: #B68FD3;
}
.AnyTagClassName
{
color: #B68FD3;
}
</style>
background-color css
<style>
a { background-color: #B68FD3; }
a { background-color: rgb(182,143,211); }
div.DivClassName
{
background-color: #B68FD3;
}
.BgClassName
{
background-color: #B68FD3;
}
</style>
border-color css
<style>
span { border-color: #B68FD3; }
span { border-color: rgb(182,143,211); }
td.TdClassName
{
border-color: #B68FD3;
}
.TagClassName
{
border-color: #B68FD3;
}
</style>