Shades of Biloba Flower #B398DB
Tints of Biloba Flower #B398DB
RGB
CMYK
RGB Variations
Color information
#B398DB (or 0xB398DB) is known color: Biloba Flower. HEX triplet: B3, 98 and DB. RGB value is (179,152,219). Sum of RGB (Red+Green+Blue) = 179+152+219=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B398DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398DB is #4C6724. Grayscale: #A7A7A7. Windows color (decimal): -5007141 or 14391475. OLE color: 14391475.
HSL color Cylindrical-coordinate representation of color #B398DB: hue angle of 264.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B398DB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 152 | 219 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.14 |
| HSL | 264.18º | 0.48% | 0.73% | - |
| HSV(B) | 264.18º | 0.31% | 0.86% | - |
| XYZ | 42.6 | 37.15 | 71.94 | - |
| YUV | 167.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 219 | 0.18 | 0.31 | 0 | 0.14 | 264.18 | 0.48 | 0.73 |
| Hex | B3 | 98 | DB | 12 | 1F | 0 | E | 108 | 30 | 49 |
| Octal | 263 | 230 | 333 | 22 | 37 | 0 | 16 | 410 | 60 | 111 |
| Binary | 10110011 | 10011000 | 11011011 | 10010 | 11111 | 0 | 1110 | 100001000 | 110000 | 1001001 |
Color Harmonies of #B398DB
Complementary color
Monochromatic Colors of #B398DB
Black with #B398DB
Text Example
Text Example
White with #B398DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B398DB; }
p { color: rgb(179,152,219); }
H1.HeaderClassName
{
color: #B398DB;
}
.AnyTagClassName
{
color: #B398DB;
}
</style>
background-color css
<style>
a { background-color: #B398DB; }
a { background-color: rgb(179,152,219); }
div.DivClassName
{
background-color: #B398DB;
}
.BgClassName
{
background-color: #B398DB;
}
</style>
border-color css
<style>
span { border-color: #B398DB; }
span { border-color: rgb(179,152,219); }
td.TdClassName
{
border-color: #B398DB;
}
.TagClassName
{
border-color: #B398DB;
}
</style>