Shades of Medium Orchid #B658F7
Tints of Medium Orchid #B658F7
RGB
CMYK
RGB Variations
Color information
#B658F7 (or 0xB658F7) is known color: Medium Orchid. HEX triplet: B6, 58 and F7. RGB value is (182,88,247). Sum of RGB (Red+Green+Blue) = 182+88+247=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #B658F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B658F7 is #49A708. Grayscale: #858585. Windows color (decimal): -4826889 or 16210102. OLE color: 16210102.
HSL color Cylindrical-coordinate representation of color #B658F7: hue angle of 275.47º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B658F7 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 88 | 247 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.03 |
| HSL | 275.47º | 0.91% | 0.66% | - |
| HSV(B) | 275.47º | 0.64% | 0.97% | - |
| XYZ | 39.57 | 23.64 | 90.47 | - |
| YUV | 134.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 247 | 0.26 | 0.64 | 0 | 0.03 | 275.47 | 0.91 | 0.66 |
| Hex | B6 | 58 | F7 | 1A | 40 | 0 | 3 | 113 | 5B | 42 |
| Octal | 266 | 130 | 367 | 32 | 100 | 0 | 3 | 423 | 133 | 102 |
| Binary | 10110110 | 1011000 | 11110111 | 11010 | 1000000 | 0 | 11 | 100010011 | 1011011 | 1000010 |
Color Harmonies of #B658F7
Complementary color
Monochromatic Colors of #B658F7
Black with #B658F7
Text Example
Text Example
White with #B658F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658F7; }
p { color: rgb(182,88,247); }
H1.HeaderClassName
{
color: #B658F7;
}
.AnyTagClassName
{
color: #B658F7;
}
</style>
background-color css
<style>
a { background-color: #B658F7; }
a { background-color: rgb(182,88,247); }
div.DivClassName
{
background-color: #B658F7;
}
.BgClassName
{
background-color: #B658F7;
}
</style>
border-color css
<style>
span { border-color: #B658F7; }
span { border-color: rgb(182,88,247); }
td.TdClassName
{
border-color: #B658F7;
}
.TagClassName
{
border-color: #B658F7;
}
</style>