Shades of Biloba Flower #B892F2
Tints of Biloba Flower #B892F2
RGB
CMYK
RGB Variations
Color information
#B892F2 (or 0xB892F2) is known color: Biloba Flower. HEX triplet: B8, 92 and F2. RGB value is (184,146,242). Sum of RGB (Red+Green+Blue) = 184+146+242=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #B892F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B892F2 is #476D0D. Grayscale: #A7A7A7. Windows color (decimal): -4680974 or 15897272. OLE color: 15897272.
HSL color Cylindrical-coordinate representation of color #B892F2: hue angle of 263.75º 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 #B892F2 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 146 | 242 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.05 |
| HSL | 263.75º | 0.79% | 0.76% | - |
| HSV(B) | 263.75º | 0.4% | 0.95% | - |
| XYZ | 46.07 | 37.16 | 88.75 | - |
| YUV | 168.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 242 | 0.24 | 0.40 | 0 | 0.05 | 263.75 | 0.79 | 0.76 |
| Hex | B8 | 92 | F2 | 18 | 28 | 0 | 5 | 108 | 4F | 4C |
| Octal | 270 | 222 | 362 | 30 | 50 | 0 | 5 | 410 | 117 | 114 |
| Binary | 10111000 | 10010010 | 11110010 | 11000 | 101000 | 0 | 101 | 100001000 | 1001111 | 1001100 |
Color Harmonies of #B892F2
Complementary color
Monochromatic Colors of #B892F2
Black with #B892F2
Text Example
Text Example
White with #B892F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892F2; }
p { color: rgb(184,146,242); }
H1.HeaderClassName
{
color: #B892F2;
}
.AnyTagClassName
{
color: #B892F2;
}
</style>
background-color css
<style>
a { background-color: #B892F2; }
a { background-color: rgb(184,146,242); }
div.DivClassName
{
background-color: #B892F2;
}
.BgClassName
{
background-color: #B892F2;
}
</style>
border-color css
<style>
span { border-color: #B892F2; }
span { border-color: rgb(184,146,242); }
td.TdClassName
{
border-color: #B892F2;
}
.TagClassName
{
border-color: #B892F2;
}
</style>