Shades of Biloba Flower #B380DF
Tints of Biloba Flower #B380DF
RGB
CMYK
RGB Variations
Color information
#B380DF (or 0xB380DF) is known color: Biloba Flower. HEX triplet: B3, 80 and DF. RGB value is (179,128,223). Sum of RGB (Red+Green+Blue) = 179+128+223=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #B380DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380DF is #4C7F20. Grayscale: #999999. Windows color (decimal): -5013281 or 14647475. OLE color: 14647475.
HSL color Cylindrical-coordinate representation of color #B380DF: hue angle of 272.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B380DF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 128 | 223 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.13 |
| HSL | 272.21º | 0.6% | 0.69% | - |
| HSV(B) | 272.21º | 0.43% | 0.87% | - |
| XYZ | 39.63 | 30.35 | 73.58 | - |
| YUV | 154.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 223 | 0.20 | 0.43 | 0 | 0.13 | 272.21 | 0.6 | 0.69 |
| Hex | B3 | 80 | DF | 14 | 2B | 0 | D | 110 | 3C | 45 |
| Octal | 263 | 200 | 337 | 24 | 53 | 0 | 15 | 420 | 74 | 105 |
| Binary | 10110011 | 10000000 | 11011111 | 10100 | 101011 | 0 | 1101 | 100010000 | 111100 | 1000101 |
Color Harmonies of #B380DF
Complementary color
Monochromatic Colors of #B380DF
Black with #B380DF
Text Example
Text Example
White with #B380DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380DF; }
p { color: rgb(179,128,223); }
H1.HeaderClassName
{
color: #B380DF;
}
.AnyTagClassName
{
color: #B380DF;
}
</style>
background-color css
<style>
a { background-color: #B380DF; }
a { background-color: rgb(179,128,223); }
div.DivClassName
{
background-color: #B380DF;
}
.BgClassName
{
background-color: #B380DF;
}
</style>
border-color css
<style>
span { border-color: #B380DF; }
span { border-color: rgb(179,128,223); }
td.TdClassName
{
border-color: #B380DF;
}
.TagClassName
{
border-color: #B380DF;
}
</style>