Shades of Biloba Flower #B693E5
Tints of Biloba Flower #B693E5
RGB
CMYK
RGB Variations
Color information
#B693E5 (or 0xB693E5) is known color: Biloba Flower. HEX triplet: B6, 93 and E5. RGB value is (182,147,229). Sum of RGB (Red+Green+Blue) = 182+147+229=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #B693E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693E5 is #496C1A. Grayscale: #A6A6A6. Windows color (decimal): -4811803 or 15045558. OLE color: 15045558.
HSL color Cylindrical-coordinate representation of color #B693E5: hue angle of 265.61º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B693E5 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 147 | 229 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.10 |
| HSL | 265.61º | 0.61% | 0.74% | - |
| HSV(B) | 265.61º | 0.36% | 0.9% | - |
| XYZ | 43.87 | 36.47 | 78.86 | - |
| YUV | 166.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 229 | 0.21 | 0.36 | 0 | 0.10 | 265.61 | 0.61 | 0.74 |
| Hex | B6 | 93 | E5 | 15 | 24 | 0 | A | 10A | 3D | 4A |
| Octal | 266 | 223 | 345 | 25 | 44 | 0 | 12 | 412 | 75 | 112 |
| Binary | 10110110 | 10010011 | 11100101 | 10101 | 100100 | 0 | 1010 | 100001010 | 111101 | 1001010 |
Color Harmonies of #B693E5
Complementary color
Monochromatic Colors of #B693E5
Black with #B693E5
Text Example
Text Example
White with #B693E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B693E5; }
p { color: rgb(182,147,229); }
H1.HeaderClassName
{
color: #B693E5;
}
.AnyTagClassName
{
color: #B693E5;
}
</style>
background-color css
<style>
a { background-color: #B693E5; }
a { background-color: rgb(182,147,229); }
div.DivClassName
{
background-color: #B693E5;
}
.BgClassName
{
background-color: #B693E5;
}
</style>
border-color css
<style>
span { border-color: #B693E5; }
span { border-color: rgb(182,147,229); }
td.TdClassName
{
border-color: #B693E5;
}
.TagClassName
{
border-color: #B693E5;
}
</style>