Shades of Biloba Flower #B283F8
Tints of Biloba Flower #B283F8
RGB
CMYK
RGB Variations
Color information
#B283F8 (or 0xB283F8) is known color: Biloba Flower. HEX triplet: B2, 83 and F8. RGB value is (178,131,248). Sum of RGB (Red+Green+Blue) = 178+131+248=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #B283F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B283F8 is #4D7C07. Grayscale: #9D9D9D. Windows color (decimal): -5078024 or 16286642. OLE color: 16286642.
HSL color Cylindrical-coordinate representation of color #B283F8: hue angle of 264.1º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B283F8 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 131 | 248 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.03 |
| HSL | 264.1º | 0.89% | 0.74% | - |
| HSV(B) | 264.1º | 0.47% | 0.97% | - |
| XYZ | 43.42 | 32.47 | 92.79 | - |
| YUV | 158.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 248 | 0.28 | 0.47 | 0 | 0.03 | 264.1 | 0.89 | 0.74 |
| Hex | B2 | 83 | F8 | 1C | 2F | 0 | 3 | 108 | 59 | 4A |
| Octal | 262 | 203 | 370 | 34 | 57 | 0 | 3 | 410 | 131 | 112 |
| Binary | 10110010 | 10000011 | 11111000 | 11100 | 101111 | 0 | 11 | 100001000 | 1011001 | 1001010 |
Color Harmonies of #B283F8
Complementary color
Monochromatic Colors of #B283F8
Black with #B283F8
Text Example
Text Example
White with #B283F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283F8; }
p { color: rgb(178,131,248); }
H1.HeaderClassName
{
color: #B283F8;
}
.AnyTagClassName
{
color: #B283F8;
}
</style>
background-color css
<style>
a { background-color: #B283F8; }
a { background-color: rgb(178,131,248); }
div.DivClassName
{
background-color: #B283F8;
}
.BgClassName
{
background-color: #B283F8;
}
</style>
border-color css
<style>
span { border-color: #B283F8; }
span { border-color: rgb(178,131,248); }
td.TdClassName
{
border-color: #B283F8;
}
.TagClassName
{
border-color: #B283F8;
}
</style>