Shades of Biloba Flower #B793FA
Tints of Biloba Flower #B793FA
RGB
CMYK
RGB Variations
Color information
#B793FA (or 0xB793FA) is known color: Biloba Flower. HEX triplet: B7, 93 and FA. RGB value is (183,147,250). Sum of RGB (Red+Green+Blue) = 183+147+250=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #B793FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B793FA is #486C05. Grayscale: #A9A9A9. Windows color (decimal): -4746246 or 16421815. OLE color: 16421815.
HSL color Cylindrical-coordinate representation of color #B793FA: hue angle of 260.97º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B793FA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 147 | 250 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.02 |
| HSL | 260.97º | 0.91% | 0.78% | - |
| HSV(B) | 260.97º | 0.41% | 0.98% | - |
| XYZ | 47.22 | 37.84 | 95.26 | - |
| YUV | 169.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 250 | 0.27 | 0.41 | 0 | 0.02 | 260.97 | 0.91 | 0.78 |
| Hex | B7 | 93 | FA | 1B | 29 | 0 | 2 | 105 | 5B | 4E |
| Octal | 267 | 223 | 372 | 33 | 51 | 0 | 2 | 405 | 133 | 116 |
| Binary | 10110111 | 10010011 | 11111010 | 11011 | 101001 | 0 | 10 | 100000101 | 1011011 | 1001110 |
Color Harmonies of #B793FA
Complementary color
Monochromatic Colors of #B793FA
Black with #B793FA
Text Example
Text Example
White with #B793FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793FA; }
p { color: rgb(183,147,250); }
H1.HeaderClassName
{
color: #B793FA;
}
.AnyTagClassName
{
color: #B793FA;
}
</style>
background-color css
<style>
a { background-color: #B793FA; }
a { background-color: rgb(183,147,250); }
div.DivClassName
{
background-color: #B793FA;
}
.BgClassName
{
background-color: #B793FA;
}
</style>
border-color css
<style>
span { border-color: #B793FA; }
span { border-color: rgb(183,147,250); }
td.TdClassName
{
border-color: #B793FA;
}
.TagClassName
{
border-color: #B793FA;
}
</style>