Shades of Biloba Flower #B193CB
Tints of Biloba Flower #B193CB
RGB
CMYK
RGB Variations
Color information
#B193CB (or 0xB193CB) is known color: Biloba Flower. HEX triplet: B1, 93 and CB. RGB value is (177,147,203). Sum of RGB (Red+Green+Blue) = 177+147+203=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #B193CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193CB is #4E6C34. Grayscale: #A2A2A2. Windows color (decimal): -5139509 or 13341617. OLE color: 13341617.
HSL color Cylindrical-coordinate representation of color #B193CB: hue angle of 272.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B193CB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 147 | 203 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.20 |
| HSL | 272.14º | 0.35% | 0.69% | - |
| HSV(B) | 272.14º | 0.28% | 0.8% | - |
| XYZ | 39.34 | 34.53 | 61.09 | - |
| YUV | 162.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 203 | 0.13 | 0.28 | 0 | 0.20 | 272.14 | 0.35 | 0.69 |
| Hex | B1 | 93 | CB | D | 1C | 0 | 14 | 110 | 23 | 45 |
| Octal | 261 | 223 | 313 | 15 | 34 | 0 | 24 | 420 | 43 | 105 |
| Binary | 10110001 | 10010011 | 11001011 | 1101 | 11100 | 0 | 10100 | 100010000 | 100011 | 1000101 |
Color Harmonies of #B193CB
Complementary color
Monochromatic Colors of #B193CB
Black with #B193CB
Text Example
Text Example
White with #B193CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B193CB; }
p { color: rgb(177,147,203); }
H1.HeaderClassName
{
color: #B193CB;
}
.AnyTagClassName
{
color: #B193CB;
}
</style>
background-color css
<style>
a { background-color: #B193CB; }
a { background-color: rgb(177,147,203); }
div.DivClassName
{
background-color: #B193CB;
}
.BgClassName
{
background-color: #B193CB;
}
</style>
border-color css
<style>
span { border-color: #B193CB; }
span { border-color: rgb(177,147,203); }
td.TdClassName
{
border-color: #B193CB;
}
.TagClassName
{
border-color: #B193CB;
}
</style>