Shades of Biloba Flower #B685F5
Tints of Biloba Flower #B685F5
RGB
CMYK
RGB Variations
Color information
#B685F5 (or 0xB685F5) is known color: Biloba Flower. HEX triplet: B6, 85 and F5. RGB value is (182,133,245). Sum of RGB (Red+Green+Blue) = 182+133+245=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #B685F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685F5 is #497A0A. Grayscale: #A0A0A0. Windows color (decimal): -4815371 or 16090550. OLE color: 16090550.
HSL color Cylindrical-coordinate representation of color #B685F5: hue angle of 266.25º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B685F5 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 133 | 245 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.04 |
| HSL | 266.25º | 0.85% | 0.74% | - |
| HSV(B) | 266.25º | 0.46% | 0.96% | - |
| XYZ | 44.16 | 33.31 | 90.49 | - |
| YUV | 160.42 | 175.73 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 245 | 0.26 | 0.46 | 0 | 0.04 | 266.25 | 0.85 | 0.74 |
| Hex | B6 | 85 | F5 | 1A | 2E | 0 | 4 | 10A | 55 | 4A |
| Octal | 266 | 205 | 365 | 32 | 56 | 0 | 4 | 412 | 125 | 112 |
| Binary | 10110110 | 10000101 | 11110101 | 11010 | 101110 | 0 | 100 | 100001010 | 1010101 | 1001010 |
Color Harmonies of #B685F5
Complementary color
Monochromatic Colors of #B685F5
Black with #B685F5
Text Example
Text Example
White with #B685F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B685F5; }
p { color: rgb(182,133,245); }
H1.HeaderClassName
{
color: #B685F5;
}
.AnyTagClassName
{
color: #B685F5;
}
</style>
background-color css
<style>
a { background-color: #B685F5; }
a { background-color: rgb(182,133,245); }
div.DivClassName
{
background-color: #B685F5;
}
.BgClassName
{
background-color: #B685F5;
}
</style>
border-color css
<style>
span { border-color: #B685F5; }
span { border-color: rgb(182,133,245); }
td.TdClassName
{
border-color: #B685F5;
}
.TagClassName
{
border-color: #B685F5;
}
</style>