Shades of Biloba Flower #B394ED
Tints of Biloba Flower #B394ED
RGB
CMYK
RGB Variations
Color information
#B394ED (or 0xB394ED) is known color: Biloba Flower. HEX triplet: B3, 94 and ED. RGB value is (179,148,237). Sum of RGB (Red+Green+Blue) = 179+148+237=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B394ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394ED is #4C6B12. Grayscale: #A7A7A7. Windows color (decimal): -5008147 or 15570099. OLE color: 15570099.
HSL color Cylindrical-coordinate representation of color #B394ED: hue angle of 260.9º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B394ED is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 148 | 237 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.07 |
| HSL | 260.9º | 0.71% | 0.75% | - |
| HSV(B) | 260.9º | 0.38% | 0.93% | - |
| XYZ | 44.47 | 36.88 | 84.9 | - |
| YUV | 167.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 148 | 237 | 0.24 | 0.38 | 0 | 0.07 | 260.9 | 0.71 | 0.75 |
| Hex | B3 | 94 | ED | 18 | 26 | 0 | 7 | 105 | 47 | 4B |
| Octal | 263 | 224 | 355 | 30 | 46 | 0 | 7 | 405 | 107 | 113 |
| Binary | 10110011 | 10010100 | 11101101 | 11000 | 100110 | 0 | 111 | 100000101 | 1000111 | 1001011 |
Color Harmonies of #B394ED
Complementary color
Monochromatic Colors of #B394ED
Black with #B394ED
Text Example
Text Example
White with #B394ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B394ED; }
p { color: rgb(179,148,237); }
H1.HeaderClassName
{
color: #B394ED;
}
.AnyTagClassName
{
color: #B394ED;
}
</style>
background-color css
<style>
a { background-color: #B394ED; }
a { background-color: rgb(179,148,237); }
div.DivClassName
{
background-color: #B394ED;
}
.BgClassName
{
background-color: #B394ED;
}
</style>
border-color css
<style>
span { border-color: #B394ED; }
span { border-color: rgb(179,148,237); }
td.TdClassName
{
border-color: #B394ED;
}
.TagClassName
{
border-color: #B394ED;
}
</style>