Shades of Biloba Flower #B892F3
Tints of Biloba Flower #B892F3
RGB
CMYK
RGB Variations
Color information
#B892F3 (or 0xB892F3) is known color: Biloba Flower. HEX triplet: B8, 92 and F3. RGB value is (184,146,243). Sum of RGB (Red+Green+Blue) = 184+146+243=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #B892F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892F3 is #476D0C. Grayscale: #A8A8A8. Windows color (decimal): -4680973 or 15962808. OLE color: 15962808.
HSL color Cylindrical-coordinate representation of color #B892F3: hue angle of 263.51º degrees, saturation: 0.8, 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 #B892F3 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 146 | 243 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.05 |
| HSL | 263.51º | 0.8% | 0.76% | - |
| HSV(B) | 263.51º | 0.4% | 0.95% | - |
| XYZ | 46.22 | 37.22 | 89.54 | - |
| YUV | 168.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 243 | 0.24 | 0.40 | 0 | 0.05 | 263.51 | 0.8 | 0.76 |
| Hex | B8 | 92 | F3 | 18 | 28 | 0 | 5 | 108 | 50 | 4C |
| Octal | 270 | 222 | 363 | 30 | 50 | 0 | 5 | 410 | 120 | 114 |
| Binary | 10111000 | 10010010 | 11110011 | 11000 | 101000 | 0 | 101 | 100001000 | 1010000 | 1001100 |
Color Harmonies of #B892F3
Complementary color
Monochromatic Colors of #B892F3
Black with #B892F3
Text Example
Text Example
White with #B892F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892F3; }
p { color: rgb(184,146,243); }
H1.HeaderClassName
{
color: #B892F3;
}
.AnyTagClassName
{
color: #B892F3;
}
</style>
background-color css
<style>
a { background-color: #B892F3; }
a { background-color: rgb(184,146,243); }
div.DivClassName
{
background-color: #B892F3;
}
.BgClassName
{
background-color: #B892F3;
}
</style>
border-color css
<style>
span { border-color: #B892F3; }
span { border-color: rgb(184,146,243); }
td.TdClassName
{
border-color: #B892F3;
}
.TagClassName
{
border-color: #B892F3;
}
</style>