Shades of Biloba Flower #B791F2
Tints of Biloba Flower #B791F2
RGB
CMYK
RGB Variations
Color information
#B791F2 (or 0xB791F2) is known color: Biloba Flower. HEX triplet: B7, 91 and F2. RGB value is (183,145,242). Sum of RGB (Red+Green+Blue) = 183+145+242=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #B791F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B791F2 is #486E0D. Grayscale: #A7A7A7. Windows color (decimal): -4746766 or 15897015. OLE color: 15897015.
HSL color Cylindrical-coordinate representation of color #B791F2: hue angle of 263.51º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B791F2 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 145 | 242 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.05 |
| HSL | 263.51º | 0.79% | 0.76% | - |
| HSV(B) | 263.51º | 0.4% | 0.95% | - |
| XYZ | 45.68 | 36.73 | 88.69 | - |
| YUV | 167.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 242 | 0.24 | 0.40 | 0 | 0.05 | 263.51 | 0.79 | 0.76 |
| Hex | B7 | 91 | F2 | 18 | 28 | 0 | 5 | 108 | 4F | 4C |
| Octal | 267 | 221 | 362 | 30 | 50 | 0 | 5 | 410 | 117 | 114 |
| Binary | 10110111 | 10010001 | 11110010 | 11000 | 101000 | 0 | 101 | 100001000 | 1001111 | 1001100 |
Color Harmonies of #B791F2
Complementary color
Monochromatic Colors of #B791F2
Black with #B791F2
Text Example
Text Example
White with #B791F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B791F2; }
p { color: rgb(183,145,242); }
H1.HeaderClassName
{
color: #B791F2;
}
.AnyTagClassName
{
color: #B791F2;
}
</style>
background-color css
<style>
a { background-color: #B791F2; }
a { background-color: rgb(183,145,242); }
div.DivClassName
{
background-color: #B791F2;
}
.BgClassName
{
background-color: #B791F2;
}
</style>
border-color css
<style>
span { border-color: #B791F2; }
span { border-color: rgb(183,145,242); }
td.TdClassName
{
border-color: #B791F2;
}
.TagClassName
{
border-color: #B791F2;
}
</style>