Shades of Biloba Flower #B68CE5
Tints of Biloba Flower #B68CE5
RGB
CMYK
RGB Variations
Color information
#B68CE5 (or 0xB68CE5) is known color: Biloba Flower. HEX triplet: B6, 8C and E5. RGB value is (182,140,229). Sum of RGB (Red+Green+Blue) = 182+140+229=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #B68CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CE5 is #49731A. Grayscale: #A2A2A2. Windows color (decimal): -4813595 or 15043766. OLE color: 15043766.
HSL color Cylindrical-coordinate representation of color #B68CE5: hue angle of 268.31º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68CE5 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 140 | 229 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.10 |
| HSL | 268.31º | 0.63% | 0.72% | - |
| HSV(B) | 268.31º | 0.39% | 0.9% | - |
| XYZ | 42.81 | 34.36 | 78.5 | - |
| YUV | 162.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 229 | 0.21 | 0.39 | 0 | 0.10 | 268.31 | 0.63 | 0.72 |
| Hex | B6 | 8C | E5 | 15 | 27 | 0 | A | 10C | 3F | 48 |
| Octal | 266 | 214 | 345 | 25 | 47 | 0 | 12 | 414 | 77 | 110 |
| Binary | 10110110 | 10001100 | 11100101 | 10101 | 100111 | 0 | 1010 | 100001100 | 111111 | 1001000 |
Color Harmonies of #B68CE5
Complementary color
Monochromatic Colors of #B68CE5
Black with #B68CE5
Text Example
Text Example
White with #B68CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CE5; }
p { color: rgb(182,140,229); }
H1.HeaderClassName
{
color: #B68CE5;
}
.AnyTagClassName
{
color: #B68CE5;
}
</style>
background-color css
<style>
a { background-color: #B68CE5; }
a { background-color: rgb(182,140,229); }
div.DivClassName
{
background-color: #B68CE5;
}
.BgClassName
{
background-color: #B68CE5;
}
</style>
border-color css
<style>
span { border-color: #B68CE5; }
span { border-color: rgb(182,140,229); }
td.TdClassName
{
border-color: #B68CE5;
}
.TagClassName
{
border-color: #B68CE5;
}
</style>