Shades of Biloba Flower #B281FC
Tints of Biloba Flower #B281FC
RGB
CMYK
RGB Variations
Color information
#B281FC (or 0xB281FC) is known color: Biloba Flower. HEX triplet: B2, 81 and FC. RGB value is (178,129,252). Sum of RGB (Red+Green+Blue) = 178+129+252=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #B281FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FC is #4D7E03. Grayscale: #9D9D9D. Windows color (decimal): -5078532 or 16548274. OLE color: 16548274.
HSL color Cylindrical-coordinate representation of color #B281FC: hue angle of 263.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B281FC is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 129 | 252 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.01 |
| HSL | 263.9º | 0.95% | 0.75% | - |
| HSV(B) | 263.9º | 0.49% | 0.99% | - |
| XYZ | 43.78 | 32.19 | 96 | - |
| YUV | 157.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 252 | 0.29 | 0.49 | 0 | 0.01 | 263.9 | 0.95 | 0.75 |
| Hex | B2 | 81 | FC | 1D | 31 | 0 | 1 | 108 | 5F | 4B |
| Octal | 262 | 201 | 374 | 35 | 61 | 0 | 1 | 410 | 137 | 113 |
| Binary | 10110010 | 10000001 | 11111100 | 11101 | 110001 | 0 | 1 | 100001000 | 1011111 | 1001011 |
Color Harmonies of #B281FC
Complementary color
Monochromatic Colors of #B281FC
Black with #B281FC
Text Example
Text Example
White with #B281FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B281FC; }
p { color: rgb(178,129,252); }
H1.HeaderClassName
{
color: #B281FC;
}
.AnyTagClassName
{
color: #B281FC;
}
</style>
background-color css
<style>
a { background-color: #B281FC; }
a { background-color: rgb(178,129,252); }
div.DivClassName
{
background-color: #B281FC;
}
.BgClassName
{
background-color: #B281FC;
}
</style>
border-color css
<style>
span { border-color: #B281FC; }
span { border-color: rgb(178,129,252); }
td.TdClassName
{
border-color: #B281FC;
}
.TagClassName
{
border-color: #B281FC;
}
</style>