Shades of Biloba Flower #B694D4
Tints of Biloba Flower #B694D4
RGB
CMYK
RGB Variations
Color information
#B694D4 (or 0xB694D4) is known color: Biloba Flower. HEX triplet: B6, 94 and D4. RGB value is (182,148,212). Sum of RGB (Red+Green+Blue) = 182+148+212=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #B694D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694D4 is #496B2B. Grayscale: #A5A5A5. Windows color (decimal): -4811564 or 13931702. OLE color: 13931702.
HSL color Cylindrical-coordinate representation of color #B694D4: hue angle of 271.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B694D4 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 148 | 212 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.17 |
| HSL | 271.88º | 0.43% | 0.71% | - |
| HSV(B) | 271.88º | 0.3% | 0.83% | - |
| XYZ | 41.76 | 35.88 | 67.01 | - |
| YUV | 165.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 212 | 0.14 | 0.30 | 0 | 0.17 | 271.88 | 0.43 | 0.71 |
| Hex | B6 | 94 | D4 | E | 1E | 0 | 11 | 110 | 2B | 47 |
| Octal | 266 | 224 | 324 | 16 | 36 | 0 | 21 | 420 | 53 | 107 |
| Binary | 10110110 | 10010100 | 11010100 | 1110 | 11110 | 0 | 10001 | 100010000 | 101011 | 1000111 |
Color Harmonies of #B694D4
Complementary color
Monochromatic Colors of #B694D4
Black with #B694D4
Text Example
Text Example
White with #B694D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B694D4; }
p { color: rgb(182,148,212); }
H1.HeaderClassName
{
color: #B694D4;
}
.AnyTagClassName
{
color: #B694D4;
}
</style>
background-color css
<style>
a { background-color: #B694D4; }
a { background-color: rgb(182,148,212); }
div.DivClassName
{
background-color: #B694D4;
}
.BgClassName
{
background-color: #B694D4;
}
</style>
border-color css
<style>
span { border-color: #B694D4; }
span { border-color: rgb(182,148,212); }
td.TdClassName
{
border-color: #B694D4;
}
.TagClassName
{
border-color: #B694D4;
}
</style>