Shades of Medium Orchid #B668F7
Tints of Medium Orchid #B668F7
RGB
CMYK
RGB Variations
Color information
#B668F7 (or 0xB668F7) is known color: Medium Orchid. HEX triplet: B6, 68 and F7. RGB value is (182,104,247). Sum of RGB (Red+Green+Blue) = 182+104+247=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #B668F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B668F7 is #499708. Grayscale: #8F8F8F. Windows color (decimal): -4822793 or 16214198. OLE color: 16214198.
HSL color Cylindrical-coordinate representation of color #B668F7: hue angle of 272.73º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B668F7 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 104 | 247 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.03 |
| HSL | 272.73º | 0.9% | 0.69% | - |
| HSV(B) | 272.73º | 0.58% | 0.97% | - |
| XYZ | 41.03 | 26.56 | 90.96 | - |
| YUV | 143.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 247 | 0.26 | 0.58 | 0 | 0.03 | 272.73 | 0.9 | 0.69 |
| Hex | B6 | 68 | F7 | 1A | 3A | 0 | 3 | 111 | 5A | 45 |
| Octal | 266 | 150 | 367 | 32 | 72 | 0 | 3 | 421 | 132 | 105 |
| Binary | 10110110 | 1101000 | 11110111 | 11010 | 111010 | 0 | 11 | 100010001 | 1011010 | 1000101 |
Color Harmonies of #B668F7
Complementary color
Monochromatic Colors of #B668F7
Black with #B668F7
Text Example
Text Example
White with #B668F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668F7; }
p { color: rgb(182,104,247); }
H1.HeaderClassName
{
color: #B668F7;
}
.AnyTagClassName
{
color: #B668F7;
}
</style>
background-color css
<style>
a { background-color: #B668F7; }
a { background-color: rgb(182,104,247); }
div.DivClassName
{
background-color: #B668F7;
}
.BgClassName
{
background-color: #B668F7;
}
</style>
border-color css
<style>
span { border-color: #B668F7; }
span { border-color: rgb(182,104,247); }
td.TdClassName
{
border-color: #B668F7;
}
.TagClassName
{
border-color: #B668F7;
}
</style>