Shades of Biloba Flower #B192FD
Tints of Biloba Flower #B192FD
RGB
CMYK
RGB Variations
Color information
#B192FD (or 0xB192FD) is known color: Biloba Flower. HEX triplet: B1, 92 and FD. RGB value is (177,146,253). Sum of RGB (Red+Green+Blue) = 177+146+253=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #B192FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192FD is #4E6D02. Grayscale: #A7A7A7. Windows color (decimal): -5139715 or 16618161. OLE color: 16618161.
HSL color Cylindrical-coordinate representation of color #B192FD: hue angle of 257.38º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B192FD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 146 | 253 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.01 |
| HSL | 257.38º | 0.96% | 0.78% | - |
| HSV(B) | 257.38º | 0.42% | 0.99% | - |
| XYZ | 46.14 | 37 | 97.64 | - |
| YUV | 167.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 253 | 0.30 | 0.42 | 0 | 0.01 | 257.38 | 0.96 | 0.78 |
| Hex | B1 | 92 | FD | 1E | 2A | 0 | 1 | 101 | 60 | 4E |
| Octal | 261 | 222 | 375 | 36 | 52 | 0 | 1 | 401 | 140 | 116 |
| Binary | 10110001 | 10010010 | 11111101 | 11110 | 101010 | 0 | 1 | 100000001 | 1100000 | 1001110 |
Color Harmonies of #B192FD
Complementary color
Monochromatic Colors of #B192FD
Black with #B192FD
Text Example
Text Example
White with #B192FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192FD; }
p { color: rgb(177,146,253); }
H1.HeaderClassName
{
color: #B192FD;
}
.AnyTagClassName
{
color: #B192FD;
}
</style>
background-color css
<style>
a { background-color: #B192FD; }
a { background-color: rgb(177,146,253); }
div.DivClassName
{
background-color: #B192FD;
}
.BgClassName
{
background-color: #B192FD;
}
</style>
border-color css
<style>
span { border-color: #B192FD; }
span { border-color: rgb(177,146,253); }
td.TdClassName
{
border-color: #B192FD;
}
.TagClassName
{
border-color: #B192FD;
}
</style>