Shades of Biloba Flower #B68CEB
Tints of Biloba Flower #B68CEB
RGB
CMYK
RGB Variations
Color information
#B68CEB (or 0xB68CEB) is known color: Biloba Flower. HEX triplet: B6, 8C and EB. RGB value is (182,140,235). Sum of RGB (Red+Green+Blue) = 182+140+235=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #B68CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CEB is #497314. Grayscale: #A3A3A3. Windows color (decimal): -4813589 or 15436982. OLE color: 15436982.
HSL color Cylindrical-coordinate representation of color #B68CEB: hue angle of 266.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68CEB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 140 | 235 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.08 |
| HSL | 266.53º | 0.7% | 0.74% | - |
| HSV(B) | 266.53º | 0.4% | 0.92% | - |
| XYZ | 43.66 | 34.7 | 82.99 | - |
| YUV | 163.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 235 | 0.23 | 0.40 | 0 | 0.08 | 266.53 | 0.7 | 0.74 |
| Hex | B6 | 8C | EB | 17 | 28 | 0 | 8 | 10B | 46 | 4A |
| Octal | 266 | 214 | 353 | 27 | 50 | 0 | 10 | 413 | 106 | 112 |
| Binary | 10110110 | 10001100 | 11101011 | 10111 | 101000 | 0 | 1000 | 100001011 | 1000110 | 1001010 |
Color Harmonies of #B68CEB
Complementary color
Monochromatic Colors of #B68CEB
Black with #B68CEB
Text Example
Text Example
White with #B68CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CEB; }
p { color: rgb(182,140,235); }
H1.HeaderClassName
{
color: #B68CEB;
}
.AnyTagClassName
{
color: #B68CEB;
}
</style>
background-color css
<style>
a { background-color: #B68CEB; }
a { background-color: rgb(182,140,235); }
div.DivClassName
{
background-color: #B68CEB;
}
.BgClassName
{
background-color: #B68CEB;
}
</style>
border-color css
<style>
span { border-color: #B68CEB; }
span { border-color: rgb(182,140,235); }
td.TdClassName
{
border-color: #B68CEB;
}
.TagClassName
{
border-color: #B68CEB;
}
</style>