Shades of Biloba Flower #B291F2
Tints of Biloba Flower #B291F2
RGB
CMYK
RGB Variations
Color information
#B291F2 (or 0xB291F2) is known color: Biloba Flower. HEX triplet: B2, 91 and F2. RGB value is (178,145,242). Sum of RGB (Red+Green+Blue) = 178+145+242=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #B291F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291F2 is #4D6E0D. Grayscale: #A5A5A5. Windows color (decimal): -5074446 or 15897010. OLE color: 15897010.
HSL color Cylindrical-coordinate representation of color #B291F2: hue angle of 260.41º 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 #B291F2 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 145 | 242 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.05 |
| HSL | 260.41º | 0.79% | 0.76% | - |
| HSV(B) | 260.41º | 0.4% | 0.95% | - |
| XYZ | 44.51 | 36.13 | 88.63 | - |
| YUV | 165.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 242 | 0.26 | 0.40 | 0 | 0.05 | 260.41 | 0.79 | 0.76 |
| Hex | B2 | 91 | F2 | 1A | 28 | 0 | 5 | 104 | 4F | 4C |
| Octal | 262 | 221 | 362 | 32 | 50 | 0 | 5 | 404 | 117 | 114 |
| Binary | 10110010 | 10010001 | 11110010 | 11010 | 101000 | 0 | 101 | 100000100 | 1001111 | 1001100 |
Color Harmonies of #B291F2
Complementary color
Monochromatic Colors of #B291F2
Black with #B291F2
Text Example
Text Example
White with #B291F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B291F2; }
p { color: rgb(178,145,242); }
H1.HeaderClassName
{
color: #B291F2;
}
.AnyTagClassName
{
color: #B291F2;
}
</style>
background-color css
<style>
a { background-color: #B291F2; }
a { background-color: rgb(178,145,242); }
div.DivClassName
{
background-color: #B291F2;
}
.BgClassName
{
background-color: #B291F2;
}
</style>
border-color css
<style>
span { border-color: #B291F2; }
span { border-color: rgb(178,145,242); }
td.TdClassName
{
border-color: #B291F2;
}
.TagClassName
{
border-color: #B291F2;
}
</style>