Shades of Medium Orchid #B658CF
Tints of Medium Orchid #B658CF
RGB
CMYK
RGB Variations
Color information
#B658CF (or 0xB658CF) is known color: Medium Orchid. HEX triplet: B6, 58 and CF. RGB value is (182,88,207). Sum of RGB (Red+Green+Blue) = 182+88+207=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #B658CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658CF is #49A730. Grayscale: #818181. Windows color (decimal): -4826929 or 13588662. OLE color: 13588662.
HSL color Cylindrical-coordinate representation of color #B658CF: hue angle of 287.39º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B658CF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 88 | 207 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.19 |
| HSL | 287.4º | 0.55% | 0.58% | - |
| HSV(B) | 287.4º | 0.57% | 0.81% | - |
| XYZ | 34.04 | 21.43 | 61.37 | - |
| YUV | 129.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 88 | 207 | 0.12 | 0.57 | 0 | 0.19 | 287.4 | 0.55 | 0.58 |
| Hex | B6 | 58 | CF | C | 39 | 0 | 13 | 11F | 37 | 3A |
| Octal | 266 | 130 | 317 | 14 | 71 | 0 | 23 | 437 | 67 | 72 |
| Binary | 10110110 | 1011000 | 11001111 | 1100 | 111001 | 0 | 10011 | 100011111 | 110111 | 111010 |
Color Harmonies of #B658CF
Complementary color
Monochromatic Colors of #B658CF
Black with #B658CF
Text Example
Text Example
White with #B658CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B658CF; }
p { color: rgb(182,88,207); }
H1.HeaderClassName
{
color: #B658CF;
}
.AnyTagClassName
{
color: #B658CF;
}
</style>
background-color css
<style>
a { background-color: #B658CF; }
a { background-color: rgb(182,88,207); }
div.DivClassName
{
background-color: #B658CF;
}
.BgClassName
{
background-color: #B658CF;
}
</style>
border-color css
<style>
span { border-color: #B658CF; }
span { border-color: rgb(182,88,207); }
td.TdClassName
{
border-color: #B658CF;
}
.TagClassName
{
border-color: #B658CF;
}
</style>