Shades of Biloba Flower #B481F2
Tints of Biloba Flower #B481F2
RGB
CMYK
RGB Variations
Color information
#B481F2 (or 0xB481F2) is known color: Biloba Flower. HEX triplet: B4, 81 and F2. RGB value is (180,129,242). Sum of RGB (Red+Green+Blue) = 180+129+242=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #B481F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481F2 is #4B7E0D. Grayscale: #9C9C9C. Windows color (decimal): -4947470 or 15892916. OLE color: 15892916.
HSL color Cylindrical-coordinate representation of color #B481F2: hue angle of 267.08º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B481F2 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 129 | 242 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.05 |
| HSL | 267.08º | 0.81% | 0.73% | - |
| HSV(B) | 267.08º | 0.47% | 0.95% | - |
| XYZ | 42.7 | 31.81 | 87.89 | - |
| YUV | 157.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 242 | 0.26 | 0.47 | 0 | 0.05 | 267.08 | 0.81 | 0.73 |
| Hex | B4 | 81 | F2 | 1A | 2F | 0 | 5 | 10B | 51 | 49 |
| Octal | 264 | 201 | 362 | 32 | 57 | 0 | 5 | 413 | 121 | 111 |
| Binary | 10110100 | 10000001 | 11110010 | 11010 | 101111 | 0 | 101 | 100001011 | 1010001 | 1001001 |
Color Harmonies of #B481F2
Complementary color
Monochromatic Colors of #B481F2
Black with #B481F2
Text Example
Text Example
White with #B481F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B481F2; }
p { color: rgb(180,129,242); }
H1.HeaderClassName
{
color: #B481F2;
}
.AnyTagClassName
{
color: #B481F2;
}
</style>
background-color css
<style>
a { background-color: #B481F2; }
a { background-color: rgb(180,129,242); }
div.DivClassName
{
background-color: #B481F2;
}
.BgClassName
{
background-color: #B481F2;
}
</style>
border-color css
<style>
span { border-color: #B481F2; }
span { border-color: rgb(180,129,242); }
td.TdClassName
{
border-color: #B481F2;
}
.TagClassName
{
border-color: #B481F2;
}
</style>