Shades of Biloba Flower #B792F8
Tints of Biloba Flower #B792F8
RGB
CMYK
RGB Variations
Color information
#B792F8 (or 0xB792F8) is known color: Biloba Flower. HEX triplet: B7, 92 and F8. RGB value is (183,146,248). Sum of RGB (Red+Green+Blue) = 183+146+248=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #B792F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B792F8 is #486D07. Grayscale: #A8A8A8. Windows color (decimal): -4746504 or 16290487. OLE color: 16290487.
HSL color Cylindrical-coordinate representation of color #B792F8: hue angle of 261.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B792F8 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 146 | 248 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.03 |
| HSL | 261.76º | 0.88% | 0.77% | - |
| HSV(B) | 261.76º | 0.41% | 0.97% | - |
| XYZ | 46.75 | 37.4 | 93.56 | - |
| YUV | 168.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 248 | 0.26 | 0.41 | 0 | 0.03 | 261.76 | 0.88 | 0.77 |
| Hex | B7 | 92 | F8 | 1A | 29 | 0 | 3 | 106 | 58 | 4D |
| Octal | 267 | 222 | 370 | 32 | 51 | 0 | 3 | 406 | 130 | 115 |
| Binary | 10110111 | 10010010 | 11111000 | 11010 | 101001 | 0 | 11 | 100000110 | 1011000 | 1001101 |
Color Harmonies of #B792F8
Complementary color
Monochromatic Colors of #B792F8
Black with #B792F8
Text Example
Text Example
White with #B792F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792F8; }
p { color: rgb(183,146,248); }
H1.HeaderClassName
{
color: #B792F8;
}
.AnyTagClassName
{
color: #B792F8;
}
</style>
background-color css
<style>
a { background-color: #B792F8; }
a { background-color: rgb(183,146,248); }
div.DivClassName
{
background-color: #B792F8;
}
.BgClassName
{
background-color: #B792F8;
}
</style>
border-color css
<style>
span { border-color: #B792F8; }
span { border-color: rgb(183,146,248); }
td.TdClassName
{
border-color: #B792F8;
}
.TagClassName
{
border-color: #B792F8;
}
</style>