Shades of Biloba Flower #B192DF
Tints of Biloba Flower #B192DF
RGB
CMYK
RGB Variations
Color information
#B192DF (or 0xB192DF) is known color: Biloba Flower. HEX triplet: B1, 92 and DF. RGB value is (177,146,223). Sum of RGB (Red+Green+Blue) = 177+146+223=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B192DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192DF is #4E6D20. Grayscale: #A3A3A3. Windows color (decimal): -5139745 or 14652081. OLE color: 14652081.
HSL color Cylindrical-coordinate representation of color #B192DF: hue angle of 264.16º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B192DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 146 | 223 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.13 |
| HSL | 264.16º | 0.55% | 0.72% | - |
| HSV(B) | 264.16º | 0.35% | 0.87% | - |
| XYZ | 41.73 | 35.23 | 74.41 | - |
| YUV | 164.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 223 | 0.21 | 0.35 | 0 | 0.13 | 264.16 | 0.55 | 0.72 |
| Hex | B1 | 92 | DF | 15 | 23 | 0 | D | 108 | 37 | 48 |
| Octal | 261 | 222 | 337 | 25 | 43 | 0 | 15 | 410 | 67 | 110 |
| Binary | 10110001 | 10010010 | 11011111 | 10101 | 100011 | 0 | 1101 | 100001000 | 110111 | 1001000 |
Color Harmonies of #B192DF
Complementary color
Monochromatic Colors of #B192DF
Black with #B192DF
Text Example
Text Example
White with #B192DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192DF; }
p { color: rgb(177,146,223); }
H1.HeaderClassName
{
color: #B192DF;
}
.AnyTagClassName
{
color: #B192DF;
}
</style>
background-color css
<style>
a { background-color: #B192DF; }
a { background-color: rgb(177,146,223); }
div.DivClassName
{
background-color: #B192DF;
}
.BgClassName
{
background-color: #B192DF;
}
</style>
border-color css
<style>
span { border-color: #B192DF; }
span { border-color: rgb(177,146,223); }
td.TdClassName
{
border-color: #B192DF;
}
.TagClassName
{
border-color: #B192DF;
}
</style>