Shades of Biloba Flower #B678E5
Tints of Biloba Flower #B678E5
RGB
CMYK
RGB Variations
Color information
#B678E5 (or 0xB678E5) is known color: Biloba Flower. HEX triplet: B6, 78 and E5. RGB value is (182,120,229). Sum of RGB (Red+Green+Blue) = 182+120+229=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #B678E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678E5 is #49871A. Grayscale: #969696. Windows color (decimal): -4818715 or 15038646. OLE color: 15038646.
HSL color Cylindrical-coordinate representation of color #B678E5: hue angle of 274.13º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B678E5 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 120 | 229 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.10 |
| HSL | 274.13º | 0.68% | 0.68% | - |
| HSV(B) | 274.13º | 0.48% | 0.9% | - |
| XYZ | 40.15 | 29.04 | 77.62 | - |
| YUV | 150.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 229 | 0.21 | 0.48 | 0 | 0.10 | 274.13 | 0.68 | 0.68 |
| Hex | B6 | 78 | E5 | 15 | 30 | 0 | A | 112 | 44 | 44 |
| Octal | 266 | 170 | 345 | 25 | 60 | 0 | 12 | 422 | 104 | 104 |
| Binary | 10110110 | 1111000 | 11100101 | 10101 | 110000 | 0 | 1010 | 100010010 | 1000100 | 1000100 |
Color Harmonies of #B678E5
Complementary color
Monochromatic Colors of #B678E5
Black with #B678E5
Text Example
Text Example
White with #B678E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678E5; }
p { color: rgb(182,120,229); }
H1.HeaderClassName
{
color: #B678E5;
}
.AnyTagClassName
{
color: #B678E5;
}
</style>
background-color css
<style>
a { background-color: #B678E5; }
a { background-color: rgb(182,120,229); }
div.DivClassName
{
background-color: #B678E5;
}
.BgClassName
{
background-color: #B678E5;
}
</style>
border-color css
<style>
span { border-color: #B678E5; }
span { border-color: rgb(182,120,229); }
td.TdClassName
{
border-color: #B678E5;
}
.TagClassName
{
border-color: #B678E5;
}
</style>