Shades of Biloba Flower #B792DD
Tints of Biloba Flower #B792DD
RGB
CMYK
RGB Variations
Color information
#B792DD (or 0xB792DD) is known color: Biloba Flower. HEX triplet: B7, 92 and DD. RGB value is (183,146,221). Sum of RGB (Red+Green+Blue) = 183+146+221=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B792DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792DD is #486D22. Grayscale: #A5A5A5. Windows color (decimal): -4746531 or 14521015. OLE color: 14521015.
HSL color Cylindrical-coordinate representation of color #B792DD: hue angle of 269.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B792DD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 146 | 221 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.13 |
| HSL | 269.6º | 0.52% | 0.72% | - |
| HSV(B) | 269.6º | 0.34% | 0.87% | - |
| XYZ | 42.86 | 35.85 | 73.07 | - |
| YUV | 165.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 221 | 0.17 | 0.34 | 0 | 0.13 | 269.6 | 0.52 | 0.72 |
| Hex | B7 | 92 | DD | 11 | 22 | 0 | D | 10E | 34 | 48 |
| Octal | 267 | 222 | 335 | 21 | 42 | 0 | 15 | 416 | 64 | 110 |
| Binary | 10110111 | 10010010 | 11011101 | 10001 | 100010 | 0 | 1101 | 100001110 | 110100 | 1001000 |
Color Harmonies of #B792DD
Complementary color
Monochromatic Colors of #B792DD
Black with #B792DD
Text Example
Text Example
White with #B792DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792DD; }
p { color: rgb(183,146,221); }
H1.HeaderClassName
{
color: #B792DD;
}
.AnyTagClassName
{
color: #B792DD;
}
</style>
background-color css
<style>
a { background-color: #B792DD; }
a { background-color: rgb(183,146,221); }
div.DivClassName
{
background-color: #B792DD;
}
.BgClassName
{
background-color: #B792DD;
}
</style>
border-color css
<style>
span { border-color: #B792DD; }
span { border-color: rgb(183,146,221); }
td.TdClassName
{
border-color: #B792DD;
}
.TagClassName
{
border-color: #B792DD;
}
</style>