Shades of Biloba Flower #B795F0
Tints of Biloba Flower #B795F0
RGB
CMYK
RGB Variations
Color information
#B795F0 (or 0xB795F0) is known color: Biloba Flower. HEX triplet: B7, 95 and F0. RGB value is (183,149,240). Sum of RGB (Red+Green+Blue) = 183+149+240=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #B795F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795F0 is #486A0F. Grayscale: #A9A9A9. Windows color (decimal): -4745744 or 15766967. OLE color: 15766967.
HSL color Cylindrical-coordinate representation of color #B795F0: hue angle of 262.42º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B795F0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 149 | 240 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.06 |
| HSL | 262.42º | 0.75% | 0.76% | - |
| HSV(B) | 262.42º | 0.38% | 0.94% | - |
| XYZ | 46 | 37.85 | 87.32 | - |
| YUV | 169.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 240 | 0.24 | 0.38 | 0 | 0.06 | 262.42 | 0.75 | 0.76 |
| Hex | B7 | 95 | F0 | 18 | 26 | 0 | 6 | 106 | 4B | 4C |
| Octal | 267 | 225 | 360 | 30 | 46 | 0 | 6 | 406 | 113 | 114 |
| Binary | 10110111 | 10010101 | 11110000 | 11000 | 100110 | 0 | 110 | 100000110 | 1001011 | 1001100 |
Color Harmonies of #B795F0
Complementary color
Monochromatic Colors of #B795F0
Black with #B795F0
Text Example
Text Example
White with #B795F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795F0; }
p { color: rgb(183,149,240); }
H1.HeaderClassName
{
color: #B795F0;
}
.AnyTagClassName
{
color: #B795F0;
}
</style>
background-color css
<style>
a { background-color: #B795F0; }
a { background-color: rgb(183,149,240); }
div.DivClassName
{
background-color: #B795F0;
}
.BgClassName
{
background-color: #B795F0;
}
</style>
border-color css
<style>
span { border-color: #B795F0; }
span { border-color: rgb(183,149,240); }
td.TdClassName
{
border-color: #B795F0;
}
.TagClassName
{
border-color: #B795F0;
}
</style>