Shades of Biloba Flower #B383DA
Tints of Biloba Flower #B383DA
RGB
CMYK
RGB Variations
Color information
#B383DA (or 0xB383DA) is known color: Biloba Flower. HEX triplet: B3, 83 and DA. RGB value is (179,131,218). Sum of RGB (Red+Green+Blue) = 179+131+218=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B383DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383DA is #4C7C25. Grayscale: #9A9A9A. Windows color (decimal): -5012518 or 14320563. OLE color: 14320563.
HSL color Cylindrical-coordinate representation of color #B383DA: hue angle of 273.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B383DA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 131 | 218 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.15 |
| HSL | 273.1º | 0.54% | 0.68% | - |
| HSV(B) | 273.1º | 0.4% | 0.85% | - |
| XYZ | 39.36 | 30.88 | 70.22 | - |
| YUV | 155.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 218 | 0.18 | 0.40 | 0 | 0.15 | 273.1 | 0.54 | 0.68 |
| Hex | B3 | 83 | DA | 12 | 28 | 0 | F | 111 | 36 | 44 |
| Octal | 263 | 203 | 332 | 22 | 50 | 0 | 17 | 421 | 66 | 104 |
| Binary | 10110011 | 10000011 | 11011010 | 10010 | 101000 | 0 | 1111 | 100010001 | 110110 | 1000100 |
Color Harmonies of #B383DA
Complementary color
Monochromatic Colors of #B383DA
Black with #B383DA
Text Example
Text Example
White with #B383DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383DA; }
p { color: rgb(179,131,218); }
H1.HeaderClassName
{
color: #B383DA;
}
.AnyTagClassName
{
color: #B383DA;
}
</style>
background-color css
<style>
a { background-color: #B383DA; }
a { background-color: rgb(179,131,218); }
div.DivClassName
{
background-color: #B383DA;
}
.BgClassName
{
background-color: #B383DA;
}
</style>
border-color css
<style>
span { border-color: #B383DA; }
span { border-color: rgb(179,131,218); }
td.TdClassName
{
border-color: #B383DA;
}
.TagClassName
{
border-color: #B383DA;
}
</style>