Shades of Biloba Flower #B68CF2
Tints of Biloba Flower #B68CF2
RGB
CMYK
RGB Variations
Color information
#B68CF2 (or 0xB68CF2) is known color: Biloba Flower. HEX triplet: B6, 8C and F2. RGB value is (182,140,242). Sum of RGB (Red+Green+Blue) = 182+140+242=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #B68CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CF2 is #49730D. Grayscale: #A3A3A3. Windows color (decimal): -4813582 or 15895734. OLE color: 15895734.
HSL color Cylindrical-coordinate representation of color #B68CF2: hue angle of 264.71º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B68CF2 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 140 | 242 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.05 |
| HSL | 264.71º | 0.8% | 0.75% | - |
| HSV(B) | 264.71º | 0.42% | 0.95% | - |
| XYZ | 44.7 | 35.11 | 88.43 | - |
| YUV | 164.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 242 | 0.25 | 0.42 | 0 | 0.05 | 264.71 | 0.8 | 0.75 |
| Hex | B6 | 8C | F2 | 19 | 2A | 0 | 5 | 109 | 50 | 4B |
| Octal | 266 | 214 | 362 | 31 | 52 | 0 | 5 | 411 | 120 | 113 |
| Binary | 10110110 | 10001100 | 11110010 | 11001 | 101010 | 0 | 101 | 100001001 | 1010000 | 1001011 |
Color Harmonies of #B68CF2
Complementary color
Monochromatic Colors of #B68CF2
Black with #B68CF2
Text Example
Text Example
White with #B68CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CF2; }
p { color: rgb(182,140,242); }
H1.HeaderClassName
{
color: #B68CF2;
}
.AnyTagClassName
{
color: #B68CF2;
}
</style>
background-color css
<style>
a { background-color: #B68CF2; }
a { background-color: rgb(182,140,242); }
div.DivClassName
{
background-color: #B68CF2;
}
.BgClassName
{
background-color: #B68CF2;
}
</style>
border-color css
<style>
span { border-color: #B68CF2; }
span { border-color: rgb(182,140,242); }
td.TdClassName
{
border-color: #B68CF2;
}
.TagClassName
{
border-color: #B68CF2;
}
</style>