Shades of Biloba Flower #B779DF
Tints of Biloba Flower #B779DF
RGB
CMYK
RGB Variations
Color information
#B779DF (or 0xB779DF) is known color: Biloba Flower. HEX triplet: B7, 79 and DF. RGB value is (183,121,223). Sum of RGB (Red+Green+Blue) = 183+121+223=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B779DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779DF is #488620. Grayscale: #969696. Windows color (decimal): -4752929 or 14645687. OLE color: 14645687.
HSL color Cylindrical-coordinate representation of color #B779DF: hue angle of 276.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B779DF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 121 | 223 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.13 |
| HSL | 276.47º | 0.61% | 0.67% | - |
| HSV(B) | 276.47º | 0.46% | 0.87% | - |
| XYZ | 39.69 | 29.07 | 73.33 | - |
| YUV | 151.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 223 | 0.18 | 0.46 | 0 | 0.13 | 276.47 | 0.61 | 0.67 |
| Hex | B7 | 79 | DF | 12 | 2E | 0 | D | 114 | 3D | 43 |
| Octal | 267 | 171 | 337 | 22 | 56 | 0 | 15 | 424 | 75 | 103 |
| Binary | 10110111 | 1111001 | 11011111 | 10010 | 101110 | 0 | 1101 | 100010100 | 111101 | 1000011 |
Color Harmonies of #B779DF
Complementary color
Monochromatic Colors of #B779DF
Black with #B779DF
Text Example
Text Example
White with #B779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779DF; }
p { color: rgb(183,121,223); }
H1.HeaderClassName
{
color: #B779DF;
}
.AnyTagClassName
{
color: #B779DF;
}
</style>
background-color css
<style>
a { background-color: #B779DF; }
a { background-color: rgb(183,121,223); }
div.DivClassName
{
background-color: #B779DF;
}
.BgClassName
{
background-color: #B779DF;
}
</style>
border-color css
<style>
span { border-color: #B779DF; }
span { border-color: rgb(183,121,223); }
td.TdClassName
{
border-color: #B779DF;
}
.TagClassName
{
border-color: #B779DF;
}
</style>