Shades of Biloba Flower #B192DA
Tints of Biloba Flower #B192DA
RGB
CMYK
RGB Variations
Color information
#B192DA (or 0xB192DA) is known color: Biloba Flower. HEX triplet: B1, 92 and DA. RGB value is (177,146,218). Sum of RGB (Red+Green+Blue) = 177+146+218=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #B192DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192DA is #4E6D25. Grayscale: #A3A3A3. Windows color (decimal): -5139750 or 14324401. OLE color: 14324401.
HSL color Cylindrical-coordinate representation of color #B192DA: hue angle of 265.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B192DA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 146 | 218 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.15 |
| HSL | 265.83º | 0.49% | 0.71% | - |
| HSV(B) | 265.83º | 0.33% | 0.85% | - |
| XYZ | 41.07 | 34.97 | 70.91 | - |
| YUV | 163.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 218 | 0.19 | 0.33 | 0 | 0.15 | 265.83 | 0.49 | 0.71 |
| Hex | B1 | 92 | DA | 13 | 21 | 0 | F | 10A | 31 | 47 |
| Octal | 261 | 222 | 332 | 23 | 41 | 0 | 17 | 412 | 61 | 107 |
| Binary | 10110001 | 10010010 | 11011010 | 10011 | 100001 | 0 | 1111 | 100001010 | 110001 | 1000111 |
Color Harmonies of #B192DA
Complementary color
Monochromatic Colors of #B192DA
Black with #B192DA
Text Example
Text Example
White with #B192DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192DA; }
p { color: rgb(177,146,218); }
H1.HeaderClassName
{
color: #B192DA;
}
.AnyTagClassName
{
color: #B192DA;
}
</style>
background-color css
<style>
a { background-color: #B192DA; }
a { background-color: rgb(177,146,218); }
div.DivClassName
{
background-color: #B192DA;
}
.BgClassName
{
background-color: #B192DA;
}
</style>
border-color css
<style>
span { border-color: #B192DA; }
span { border-color: rgb(177,146,218); }
td.TdClassName
{
border-color: #B192DA;
}
.TagClassName
{
border-color: #B192DA;
}
</style>