Shades of Biloba Flower #B68FE8
Tints of Biloba Flower #B68FE8
RGB
CMYK
RGB Variations
Color information
#B68FE8 (or 0xB68FE8) is known color: Biloba Flower. HEX triplet: B6, 8F and E8. RGB value is (182,143,232). Sum of RGB (Red+Green+Blue) = 182+143+232=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #B68FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FE8 is #497017. Grayscale: #A4A4A4. Windows color (decimal): -4812824 or 15241142. OLE color: 15241142.
HSL color Cylindrical-coordinate representation of color #B68FE8: hue angle of 266.29º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68FE8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 143 | 232 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.09 |
| HSL | 266.29º | 0.66% | 0.74% | - |
| HSV(B) | 266.29º | 0.38% | 0.91% | - |
| XYZ | 43.68 | 35.42 | 80.88 | - |
| YUV | 164.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 232 | 0.22 | 0.38 | 0 | 0.09 | 266.29 | 0.66 | 0.74 |
| Hex | B6 | 8F | E8 | 16 | 26 | 0 | 9 | 10A | 42 | 4A |
| Octal | 266 | 217 | 350 | 26 | 46 | 0 | 11 | 412 | 102 | 112 |
| Binary | 10110110 | 10001111 | 11101000 | 10110 | 100110 | 0 | 1001 | 100001010 | 1000010 | 1001010 |
Color Harmonies of #B68FE8
Complementary color
Monochromatic Colors of #B68FE8
Black with #B68FE8
Text Example
Text Example
White with #B68FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FE8; }
p { color: rgb(182,143,232); }
H1.HeaderClassName
{
color: #B68FE8;
}
.AnyTagClassName
{
color: #B68FE8;
}
</style>
background-color css
<style>
a { background-color: #B68FE8; }
a { background-color: rgb(182,143,232); }
div.DivClassName
{
background-color: #B68FE8;
}
.BgClassName
{
background-color: #B68FE8;
}
</style>
border-color css
<style>
span { border-color: #B68FE8; }
span { border-color: rgb(182,143,232); }
td.TdClassName
{
border-color: #B68FE8;
}
.TagClassName
{
border-color: #B68FE8;
}
</style>