Shades of Medium Orchid #B668F5
Tints of Medium Orchid #B668F5
RGB
CMYK
RGB Variations
Color information
#B668F5 (or 0xB668F5) is known color: Medium Orchid. HEX triplet: B6, 68 and F5. RGB value is (182,104,245). Sum of RGB (Red+Green+Blue) = 182+104+245=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #B668F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B668F5 is #49970A. Grayscale: #8E8E8E. Windows color (decimal): -4822795 or 16083126. OLE color: 16083126.
HSL color Cylindrical-coordinate representation of color #B668F5: hue angle of 273.19º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B668F5 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 104 | 245 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.04 |
| HSL | 273.19º | 0.88% | 0.68% | - |
| HSV(B) | 273.19º | 0.58% | 0.96% | - |
| XYZ | 40.72 | 26.44 | 89.34 | - |
| YUV | 143.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 245 | 0.26 | 0.58 | 0 | 0.04 | 273.19 | 0.88 | 0.68 |
| Hex | B6 | 68 | F5 | 1A | 3A | 0 | 4 | 111 | 58 | 44 |
| Octal | 266 | 150 | 365 | 32 | 72 | 0 | 4 | 421 | 130 | 104 |
| Binary | 10110110 | 1101000 | 11110101 | 11010 | 111010 | 0 | 100 | 100010001 | 1011000 | 1000100 |
Color Harmonies of #B668F5
Complementary color
Monochromatic Colors of #B668F5
Black with #B668F5
Text Example
Text Example
White with #B668F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668F5; }
p { color: rgb(182,104,245); }
H1.HeaderClassName
{
color: #B668F5;
}
.AnyTagClassName
{
color: #B668F5;
}
</style>
background-color css
<style>
a { background-color: #B668F5; }
a { background-color: rgb(182,104,245); }
div.DivClassName
{
background-color: #B668F5;
}
.BgClassName
{
background-color: #B668F5;
}
</style>
border-color css
<style>
span { border-color: #B668F5; }
span { border-color: rgb(182,104,245); }
td.TdClassName
{
border-color: #B668F5;
}
.TagClassName
{
border-color: #B668F5;
}
</style>