Shades of Biloba Flower #B893F2
Tints of Biloba Flower #B893F2
RGB
CMYK
RGB Variations
Color information
#B893F2 (or 0xB893F2) is known color: Biloba Flower. HEX triplet: B8, 93 and F2. RGB value is (184,147,242). Sum of RGB (Red+Green+Blue) = 184+147+242=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B893F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B893F2 is #476C0D. Grayscale: #A8A8A8. Windows color (decimal): -4680718 or 15897528. OLE color: 15897528.
HSL color Cylindrical-coordinate representation of color #B893F2: hue angle of 263.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B893F2 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 147 | 242 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.05 |
| HSL | 263.37º | 0.79% | 0.76% | - |
| HSV(B) | 263.37º | 0.39% | 0.95% | - |
| XYZ | 46.23 | 37.47 | 88.8 | - |
| YUV | 168.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 242 | 0.24 | 0.39 | 0 | 0.05 | 263.37 | 0.79 | 0.76 |
| Hex | B8 | 93 | F2 | 18 | 27 | 0 | 5 | 107 | 4F | 4C |
| Octal | 270 | 223 | 362 | 30 | 47 | 0 | 5 | 407 | 117 | 114 |
| Binary | 10111000 | 10010011 | 11110010 | 11000 | 100111 | 0 | 101 | 100000111 | 1001111 | 1001100 |
Color Harmonies of #B893F2
Complementary color
Monochromatic Colors of #B893F2
Black with #B893F2
Text Example
Text Example
White with #B893F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893F2; }
p { color: rgb(184,147,242); }
H1.HeaderClassName
{
color: #B893F2;
}
.AnyTagClassName
{
color: #B893F2;
}
</style>
background-color css
<style>
a { background-color: #B893F2; }
a { background-color: rgb(184,147,242); }
div.DivClassName
{
background-color: #B893F2;
}
.BgClassName
{
background-color: #B893F2;
}
</style>
border-color css
<style>
span { border-color: #B893F2; }
span { border-color: rgb(184,147,242); }
td.TdClassName
{
border-color: #B893F2;
}
.TagClassName
{
border-color: #B893F2;
}
</style>